Skip to content
This repository has been archived by the owner on Sep 26, 2023. It is now read-only.

Commit

Permalink
Update sync hugging face
Browse files Browse the repository at this point in the history
  • Loading branch information
ramon-victor committed Jul 15, 2023
1 parent 682480d commit ecbdb42
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-to-huggingface.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
echo "---" > README.md
echo "$(cat space_config.yml)" >> README.md
echo "---" >> README.md
cp space_config.md README.md
git add README.md
git commit -m "Update README.md with space_config.md content"
git push https://monra:[email protected]/spaces/monra/freegpt-webui main

0 comments on commit ecbdb42

Please sign in to comment.