Skip to content

Deploy to GitHub Pages #89

Deploy to GitHub Pages

Deploy to GitHub Pages #89

Workflow file for this run

name: Deploy to GitHub Pages
on:
push:
branches: [master]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps: [uses: fastai/workflows/quarto-ghp@master]