Spaces:
Running
Running
Update preview.yml
Browse files
.github/workflows/preview.yml
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
name:
|
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 |
|