From ecbdb42e1cb1ee2aa0addc04e7d8ebe022d526b1 Mon Sep 17 00:00:00 2001 From: Ramon Victor Cardoso Date: Sat, 15 Jul 2023 15:06:21 -0300 Subject: [PATCH] Update sync hugging face --- .github/workflows/sync-to-huggingface.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/sync-to-huggingface.yml b/.github/workflows/sync-to-huggingface.yml index 1113fdcc..802a2a00 100644 --- a/.github/workflows/sync-to-huggingface.yml +++ b/.github/workflows/sync-to-huggingface.yml @@ -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:$HF_TOKEN@huggingface.co/spaces/monra/freegpt-webui main