Maki commited on
Commit
72677fc
1 Parent(s): 4fff69a

[chore] GitHub Actionsのワークフロー設定を変更

Browse files

- `.github/workflows/run.yaml`ファイルを修正
- HuggingFaceのSpaceの名前を`TimeLinR`から`SlideNova`に変更
- gitのpushコマンドの引数を修正し、`TimeLinR`の代わりに`SlideNova`のSpaceにpushするようにした

Files changed (1) hide show
  1. .github/workflows/run.yaml +1 -1
.github/workflows/run.yaml CHANGED
@@ -16,4 +16,4 @@ jobs:
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
- run: git push --force https://MakiAi:$HF_TOKEN@huggingface.co/spaces/MakiAi/TimeLinR main
 
16
  - name: Push to hub
17
  env:
18
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
19
+ run: git push --force https://MakiAi:$HF_TOKEN@huggingface.co/spaces/MakiAi/SlideNova main