Eric Botti commited on
Commit
6721a81
1 Parent(s): 33ad7fa

remove duplicate action

Browse files
.github/workflows/push-to-huggingface.yaml CHANGED
@@ -7,14 +7,7 @@ on:
7
  workflow_dispatch:
8
 
9
  jobs:
10
- update-readme:
11
- runs-on: ubuntu-latest
12
- steps:
13
- - uses: actions/checkout@v3
14
- - name: Update README
15
- run: |
16
- python scripts/update_readme.py
17
- sync-to-hub:
18
  runs-on: ubuntu-latest
19
  steps:
20
  - uses: actions/checkout@v3
 
7
  workflow_dispatch:
8
 
9
  jobs:
10
+ deploy-to-hub:
 
 
 
 
 
 
 
11
  runs-on: ubuntu-latest
12
  steps:
13
  - uses: actions/checkout@v3