We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 77da7aa + 244e70e commit 557af6fCopy full SHA for 557af6f
1 file changed
.github/workflows/deploy.yml
@@ -17,6 +17,7 @@ jobs:
17
- name: Push to hub
18
env:
19
HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git remote add deploy https://cboettig:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30
21
- git push -f --set-upstream deploy HEAD:main
22
- git remote rm deploy
+ run: |
+ git remote add deploy https://cboettig:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30
+ git push -f --set-upstream deploy HEAD:main
23
+ git remote rm deploy
0 commit comments