Ted Rubin commited on
Commit
6ac3e46
·
unverified ·
1 Parent(s): b857f32

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -3
.github/workflows/main.yml CHANGED
@@ -1,8 +1,7 @@
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
- branches: [main] # or 'master' if that's your default branch
5
- # to run this workflow manually from the Actions tab
6
  workflow_dispatch:
7
 
8
  jobs:
@@ -16,4 +15,4 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push https://datamatters24:$HF_TOKEN@huggingface.co/spaces/datamatters24/cinesmile main
 
1
  name: Sync to Hugging Face hub
2
  on:
3
  push:
4
+ branches: [main]
 
5
  workflow_dispatch:
6
 
7
  jobs:
 
15
  - name: Push to hub
16
  env:
17
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
18
+ run: git push --force https://datamatters24:$HF_TOKEN@huggingface.co/spaces/datamatters24/cinesmile main