Spaces:
Sleeping
Sleeping
Merge pull request #45 from Almondo-Tech/test-branch6
Browse files
.github/workflows/pysen-python-app.yaml
CHANGED
@@ -56,5 +56,6 @@ jobs:
|
|
56 |
env:
|
57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
58 |
run: |
|
|
|
59 |
git push --force https://test-almondo:[email protected]/spaces/test-almondo/test2 develop:main
|
60 |
|
|
|
56 |
env:
|
57 |
HF_TOKEN: ${{ secrets.HF_TOKEN }}
|
58 |
run: |
|
59 |
+
git fetch --unshallow
|
60 |
git push --force https://test-almondo:[email protected]/spaces/test-almondo/test2 develop:main
|
61 |
|