Spaces:
Runtime error
Runtime error
Franco Astegiano
commited on
Commit
•
ca7dfed
1
Parent(s):
d35437c
Update main.yml
Browse files- .github/workflows/main.yml +1 -19
.github/workflows/main.yml
CHANGED
@@ -16,22 +16,4 @@ jobs:
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN}}
|
19 |
-
run: git push --force https://FrankAst:$HF_TOKEN@huggingface.co/spaces/FrankAst/
|
20 |
-
on:
|
21 |
-
push:
|
22 |
-
branches: [main]
|
23 |
-
|
24 |
-
# to run this workflow manually from the Actions tab
|
25 |
-
workflow_dispatch:
|
26 |
-
|
27 |
-
jobs:
|
28 |
-
sync-to-hub:
|
29 |
-
runs-on: ubuntu-latest
|
30 |
-
steps:
|
31 |
-
- uses: actions/checkout@v2
|
32 |
-
with:
|
33 |
-
fetch-depth: 0
|
34 |
-
- name: Push to hub
|
35 |
-
env:
|
36 |
-
HF_TOKEN: ${{ secrets.HF_TOKEN}}
|
37 |
-
run: git push https://FrankAst:$HF_TOKEN@huggingface.co/spaces/FrankAst/image_mixer
|
|
|
16 |
- name: Push to hub
|
17 |
env:
|
18 |
HF_TOKEN: ${{ secrets.HF_TOKEN}}
|
19 |
+
run: git push --force https://FrankAst:$HF_TOKEN@huggingface.co/spaces/FrankAst/image_mixer
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|