sotirios-slv commited on
Commit
cc00b13
1 Parent(s): a71c8ac

Trying to fix the deployment to dev again. again

Browse files
.github/workflows/deploy-to-hf-dev.yml CHANGED
@@ -1,4 +1,4 @@
1
- name: Sync to produciton Hugging Face hub
2
  on:
3
  push:
4
  branches-ignore:
@@ -18,5 +18,5 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_DEV_TOKEN }}
21
- run: git push https://sotirios-slv:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev
22
 
 
1
+ name: Sync to dev Hugging Face hub
2
  on:
3
  push:
4
  branches-ignore:
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_DEV_TOKEN }}
21
+ run: git push https://sotirios-slv:$HF_TOKEN@huggingface.co/spaces/sotirios-slv/theatre-programmer-dev main --force
22