lw2134 commited on
Commit
8c59450
1 Parent(s): 910a224

ops: gh action

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -25,7 +25,7 @@ jobs:
25
  run: |
26
  echo "hf_space/*" >> .git/info/sparse-checkout
27
  echo "policy_rag/*" >> .git/info/sparse-checkout
28
- git pull --depth 1 origin main
29
 
30
  # Step to remove everything except the required directories and the .git folder
31
  - name: Clean up repo to keep only necessary files
 
25
  run: |
26
  echo "hf_space/*" >> .git/info/sparse-checkout
27
  echo "policy_rag/*" >> .git/info/sparse-checkout
28
+ git pull origin main
29
 
30
  # Step to remove everything except the required directories and the .git folder
31
  - name: Clean up repo to keep only necessary files