HardWorkingStation commited on
Commit
1cb94a2
β€’
1 Parent(s): 7c7205f

Initial commit

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +1 -1
.github/workflows/main.yml CHANGED
@@ -25,5 +25,5 @@ jobs:
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
28
- run: git push --force space main && git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main
29
  needs: check_files
 
25
  - name: Push to hub
26
  env:
27
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
28
+ run: git push --force https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main && git push https://HF_USERNAME:$HF_TOKEN@huggingface.co/spaces/versus666/uplift_lab main
29
  needs: check_files