Skip to content

Commit 557af6f

Browse files
authored
Merge pull request #53 from boettiger-lab/cassiebuhler-patch-1
fixed syntax for sync to HF
2 parents 77da7aa + 244e70e commit 557af6f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
- name: Push to hub
1818
env:
1919
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
20+
run: |
21+
git remote add deploy https://cboettig:$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

Comments
 (0)