Spaces:
Runtime error
Runtime error
File size: 194 Bytes
fecd672 |
1 2 3 4 5 6 7 8 9 10 |
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]
|