Franklin Willemen commited on
Commit
32f33d7
1 Parent(s): afffced

Update main.yml

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +9 -9
.github/workflows/main.yml CHANGED
@@ -1,20 +1,20 @@
1
- push:
2
- branches: [main]
 
 
3
 
4
- workflow_dispatch:
 
5
 
6
  jobs:
7
  sync-to-hub:
8
  runs-on: ubuntu-latest
9
  steps:
10
- - uses: actions/checkout@v2
11
  with:
12
  fetch-depth: 0
13
- - name: Add remote
14
- env:
15
- HF: ${{ secrets.HF }}
16
- run: git remote add space https://franklinwillemen:$HF@huggingface.co/spaces/FranklinWillemen/TARS
17
  - name: Push to hub
18
  env:
19
  HF: ${{ secrets.HF }}
20
- run: git push --force https://franklinwillemen:$HF@huggingface.co/spaces/FranklinWillemen/TARS main
 
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@v3
14
  with:
15
  fetch-depth: 0
16
+ lfs: true
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF: ${{ secrets.HF }}
20
+ run: git push https://FranklinWillemen:$HF@huggingface.co/spaces/FranklinWillemen/TARS main