diff --git a/.github/workflows/sync_hf_space.yaml b/.github/workflows/sync_hf_space.yaml index 58d3851..d9f0cdb 100644 --- a/.github/workflows/sync_hf_space.yaml +++ b/.github/workflows/sync_hf_space.yaml @@ -20,6 +20,11 @@ jobs: cp demo/app.py hf-space/app.py cp demo/requirements.txt hf-space/requirements.txt + - run: | + cd hf-space + git add . + git commit -m "Sync with https://github.com/mozilla-ai/document-to-podcast" + - name: Push to Hugging Face run: | cd hf-space