Spaces:
Running
Running
Shlomo Kashani
commited on
Update main.yml
Browse files
.github/workflows/main.yml
CHANGED
@@ -21,7 +21,7 @@ jobs:
|
|
21 |
|
22 |
- name: Pull from the Hugging Face hub
|
23 |
run: |
|
24 |
-
git pull https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
|
25 |
env:
|
26 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
27 |
|
|
|
21 |
|
22 |
- name: Pull from the Hugging Face hub
|
23 |
run: |
|
24 |
+
git pull --ff-only https://BoltzmannEntropy:[email protected]/spaces/BoltzmannEntropy/vlms main
|
25 |
env:
|
26 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
27 |
|