[811e40]: / .github / workflows / deploy.yaml

Download this file

10 lines (9 with data), 194 Bytes

1
2
3
4
5
6
7
8
9
name: Deploy to GitHub Pages
on:
push:
branches: [ "main", "master" ]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]