atom-detection / .github /workflows /hf_space.yml
Romain Graux
gh actions on main instead of space
0ef4805
raw
history blame contribute delete
409 Bytes
name: Sync to Hugging Face hub
on:
push:
branches: [main]
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/nccr-catalysis/atom-detection main