Spaces:
Running
Running
fix[action]: revert dev
Browse files
.github/workflows/push-to-hf-dev.yml
CHANGED
@@ -1,8 +1,8 @@
|
|
1 |
-
name: Sync to Hugging Face hub
|
2 |
-
|
3 |
on:
|
4 |
push:
|
5 |
branches: [dev]
|
|
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|
@@ -13,10 +13,8 @@ jobs:
|
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
-
|
17 |
-
- name: Push to Hugging Face
|
18 |
env:
|
19 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
20 |
-
HF_USERNAME: ${{
|
21 |
-
run:
|
22 |
-
git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-space main
|
|
|
1 |
+
name: Sync to Hugging Face hub DEV
|
|
|
2 |
on:
|
3 |
push:
|
4 |
branches: [dev]
|
5 |
+
# to run this workflow manually from the Actions tab
|
6 |
workflow_dispatch:
|
7 |
|
8 |
jobs:
|
|
|
13 |
with:
|
14 |
fetch-depth: 0
|
15 |
lfs: true
|
16 |
+
- name: Push to DEV hub
|
|
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
19 |
+
HF_USERNAME: ${{secrets.HF_USERNAME}}
|
20 |
+
run: git push --force https://$HF_USERNAME:[email protected]/spaces/Saving-Willy/saving-willy-dev dev:main
|
|