Spaces:
Runtime error
Runtime error
ops: gh action
Browse files
.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
|
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
|