QubitPi commited on
Commit
38bbfca
·
unverified ·
1 Parent(s): aa859a5

Publish to Paion Data Hugging Face Space (#2)

Browse files
Files changed (1) hide show
  1. .github/workflows/ci-cd.yaml +1 -1
.github/workflows/ci-cd.yaml CHANGED
@@ -67,6 +67,6 @@ jobs:
67
  fetch-depth: 0
68
  lfs: true
69
  - name: Push to hub
70
- run: git push https://QubitPi:$HF_TOKEN@huggingface.co/spaces/QubitPi/tiger master:main -f
71
  env:
72
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
 
67
  fetch-depth: 0
68
  lfs: true
69
  - name: Push to hub
70
+ run: git push https://paion-data:$HF_TOKEN@huggingface.co/spaces/paion-data/tiger master:main -f
71
  env:
72
  HF_TOKEN: ${{ secrets.HF_TOKEN }}