Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
hamel
/
hfspace_demo
like
6
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
484e78f
hfspace_demo
/
.github
/
workflows
/
deploy.yaml
hamel
save
fecd672
over 2 years ago
raw
Copy download link
history
blame
Safe
194 Bytes
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
]