Franco Astegiano commited on
Commit
7fcecf8
1 Parent(s): 0912912

Create main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +37 -0
.github/workflows/main.yml ADDED
@@ -0,0 +1,37 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ name: Sync to Hugging Face hub
2
+ on:
3
+ push:
4
+ branches: [main]
5
+
6
+ # to run this workflow manually from the Actions tab
7
+ workflow_dispatch:
8
+
9
+ jobs:
10
+ sync-to-hub:
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/checkout@v2
14
+ with:
15
+ fetch-depth: 0
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/sname: Sync to Hugging Face hub
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 --force https://FrankAst:$HF_TOKEN@huggingface.co/spaces/FrankAst/image_mixer