cyc900908 commited on
Commit
ef8e2a7
·
1 Parent(s): 1efba61

修改 .github/workflows/main.yml,更新 Hugging Face 帳號與 Space 名稱

Browse files
Files changed (1) hide show
  1. .github/workflows/main.yml +2 -2
.github/workflows/main.yml CHANGED
@@ -16,8 +16,8 @@ jobs:
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
- run: git remote add space https://cyc900908:[email protected]/spaces/argnctu/text-to-image
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
- run: git push --force https://cyc900908:[email protected]/spaces/argnctu/text-to-image main
 
16
  - name: Add remote
17
  env:
18
  HF: ${{ secrets.HF }}
19
+ run: git remote add space https://cyc900908:[email protected]/spaces/cyc900908/text-to-image
20
  - name: Push to hub
21
  env:
22
  HF: ${{ secrets.HF }}
23
+ run: git push --force https://cyc900908:[email protected]/spaces/cyc900908/text-to-image main