monra commited on
Commit
ac819d2
·
1 Parent(s): e50c438

Update sync hugging face

Browse files
.github/workflows/sync-to-huggingface.yml CHANGED
@@ -17,4 +17,8 @@ jobs:
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
- run: git push https://monra:[email protected]/spaces/monra/freegpt-webui main
 
 
 
 
 
17
  - name: Push to hub
18
  env:
19
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
20
+ run: |
21
+ echo "---" > README.md
22
+ echo "$(cat space_config.yml)" >> README.md
23
+ echo "---" >> README.md
24
+ git push https://monra:[email protected]/spaces/monra/freegpt-webui main