Spaces:
Sleeping
Sleeping
Romain Graux
commited on
Commit
·
c4878f3
1
Parent(s):
a44a4eb
HF don't accept other branch name so back to main on the space
Browse files
.github/workflows/hf_space.yml
CHANGED
@@ -14,4 +14,4 @@ jobs:
|
|
14 |
- name: Push to hub
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
-
run: git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/nccr-catalysis/volcano-plot master
|
|
|
14 |
- name: Push to hub
|
15 |
env:
|
16 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
17 |
+
run: git push -f https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/nccr-catalysis/volcano-plot master:main
|