Albert Villanova del Moral commited on
Commit
373e825
·
1 Parent(s): da33460

Fix commit metadata file

Browse files
Files changed (1) hide show
  1. .github/workflows/deploy.yml +1 -1
.github/workflows/deploy.yml CHANGED
@@ -23,7 +23,7 @@ jobs:
23
  python build_metadata_file.py
24
  - name: Commit metadata file
25
  run: |
26
- git add metadata_*
27
  git commit -m "Add metadata file"
28
  - name: Push to Hub
29
  env:
 
23
  python build_metadata_file.py
24
  - name: Commit metadata file
25
  run: |
26
+ git add -f metadata_*
27
  git commit -m "Add metadata file"
28
  - name: Push to Hub
29
  env: