There was an error while loading. Please reload this page.
2 parents 042b02c + 9cca015 commit c084328Copy full SHA for c084328
1 file changed
.github/workflows/deploy.yml
@@ -18,6 +18,6 @@ jobs:
18
env:
19
HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
run: |
21
- git remote add deploy https://cassiebuhler:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30-cbn
+ git remote add deploy https://cassiebuhler:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30
22
git push -f --set-upstream deploy HEAD:main
23
git remote rm deploy
0 commit comments