nikhilkomakula commited on
Commit
b15563a
·
1 Parent(s): 708e602

re-adding lfs files

Browse files
Files changed (2) hide show
  1. .gitattributes +0 -2
  2. .github/workflows/main.yml +2 -1
.gitattributes CHANGED
@@ -1,2 +0,0 @@
1
- data/9.0[[:space:]]administrators_guide.pdf filter=lfs diff=lfs merge=lfs -text
2
- indexes/chroma.sqlite3 filter=lfs diff=lfs merge=lfs -text
 
 
 
.github/workflows/main.yml CHANGED
@@ -29,7 +29,8 @@ jobs:
29
  git lfs install
30
 
31
  - name: Reset commit
32
- run: git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "data/*" "indexes/*"' --prune-empty --tag-name-filter cat -- --all
 
33
 
34
  - name: LFS Track
35
  run: |
 
29
  git lfs install
30
 
31
  - name: Reset commit
32
+ run: |
33
+ git filter-branch --force --index-filter 'git rm --cached --ignore-unmatch "data/*" "indexes/*"' --prune-empty --tag-name-filter cat -- --all
34
 
35
  - name: LFS Track
36
  run: |