Arjun P
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -15,14 +15,10 @@ jobs:
|
|
15 |
fetch-depth: 0
|
16 |
lfs: false
|
17 |
|
18 |
-
- name: Ignore large files
|
19 |
-
run : git filter-branch --index-filter 'git rm -rf --cached --ignore-unmatch "Rag_Documents/layout-parser-paper.pdf"' HEAD
|
20 |
|
21 |
- name: Push to hub
|
22 |
env:
|
23 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
24 |
run: git push --force https://parjun:[email protected]/spaces/parjun/Langgraph_Ai_agent_with_tools
|
25 |
|
26 |
-
|
27 |
-
|
28 |
-
|
|
|
15 |
fetch-depth: 0
|
16 |
lfs: false
|
17 |
|
|
|
|
|
18 |
|
19 |
- name: Push to hub
|
20 |
env:
|
21 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
22 |
run: git push --force https://parjun:[email protected]/spaces/parjun/Langgraph_Ai_agent_with_tools
|
23 |
|
24 |
+
|
|
|
|