pratikcsv commited on
Commit
a9a3af9
·
1 Parent(s): b765f44

added --force

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -18,7 +18,7 @@ jobs:
18
  run: pip install git-filter-repo
19
 
20
  - name: Remove large file from history
21
- run: git filter-repo --path "Rag_Documents/layout-parser-paper.pdf" --invert-paths
22
 
23
  - name: Log in to Hugging Face Hub
24
  env:
 
18
  run: pip install git-filter-repo
19
 
20
  - name: Remove large file from history
21
+ run: git filter-repo --path "Rag_Documents/layout-parser-paper.pdf" --invert-paths --force
22
 
23
  - name: Log in to Hugging Face Hub
24
  env: