Skip to content

Commit c084328

Browse files
authored
Merge pull request #60 from boettiger-lab/cassiebuhler-patch-1
Update git remote URL in deploy workflow
2 parents 042b02c + 9cca015 commit c084328

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
env:
1919
HF_TOKEN: ${{ secrets.HF_TOKEN }}
2020
run: |
21-
git remote add deploy https://cassiebuhler:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30-cbn
21+
git remote add deploy https://cassiebuhler:$HF_TOKEN@huggingface.co/spaces/boettiger-lab/ca-30x30
2222
git push -f --set-upstream deploy HEAD:main
2323
git remote rm deploy

0 commit comments

Comments
 (0)