cboettig commited on
Commit
4f3af4a
·
unverified ·
1 Parent(s): 0043640

Update preview.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/preview.yml +2 -2
.github/workflows/preview.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to Hugging Face hub
2
  on:
3
  pull_request:
4
  # to run this workflow manually from the Actions tab
@@ -17,6 +17,6 @@ jobs:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: |
19
  git remote add preview https://cboettig:[email protected]/spaces/boettiger-lab/preview-ca-30x30
20
- git push --set-upstream preview HEAD:main
21
  git remote rm preview
22
 
 
1
+ name: Preview on Hugging Face
2
  on:
3
  pull_request:
4
  # to run this workflow manually from the Actions tab
 
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
  run: |
19
  git remote add preview https://cboettig:[email protected]/spaces/boettiger-lab/preview-ca-30x30
20
+ git push -f --set-upstream preview HEAD:main
21
  git remote rm preview
22