Nikhil Komakula
commited on
Commit
·
b0ab817
1
Parent(s):
51952cc
Update main.yml - v2.2
Browse files
.github/workflows/main.yml
CHANGED
@@ -18,11 +18,11 @@ jobs:
|
|
18 |
|
19 |
- name: Reset commit
|
20 |
run: |
|
21 |
-
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "data/9.0 administrators_guide.pdf" "indexes/chroma.sqlite3"' --prune-empty --tag-name-filter cat -- --all
|
22 |
|
23 |
- name: LFS Track
|
24 |
run: |
|
25 |
-
git lfs track "data/9.0 administrators_guide.pdf" "indexes/chroma.sqlite3"
|
26 |
|
27 |
- name: Checkout LFS objects
|
28 |
run: git lfs checkout
|
|
|
18 |
|
19 |
- name: Reset commit
|
20 |
run: |
|
21 |
+
git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "data/9.0 administrators_guide.pdf" "data/op9_solutions_guide.pdf" "data/op_user_guide.pdf" "indexes/chroma.sqlite3" "indexes/c607d7bb-5476-4bdc-8df3-36895a74111c/data_level0.bin"' --prune-empty --tag-name-filter cat -- --all
|
22 |
|
23 |
- name: LFS Track
|
24 |
run: |
|
25 |
+
git lfs track "data/9.0 administrators_guide.pdf" "data/op9_solutions_guide.pdf" "data/op_user_guide.pdf" "indexes/chroma.sqlite3" "indexes/c607d7bb-5476-4bdc-8df3-36895a74111c/data_level0.bin"
|
26 |
|
27 |
- name: Checkout LFS objects
|
28 |
run: git lfs checkout
|