Skip to content

Merge pull request #528 from kcaylor/master #1308

Merge pull request #528 from kcaylor/master

Merge pull request #528 from kcaylor/master #1308

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches:
- master
workflow_dispatch:
jobs:
deploy:
name: Deploy to GitHub Pages
runs-on: ubuntu-latest
steps:
- uses: fastai/workflows/quarto-ghp@master
# with: {pre: 1}