Skip to content

Commit

Permalink
Add git add and commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daavoo committed Dec 30, 2024
1 parent 7b48d2c commit 058a97c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/sync_hf_space.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 058a97c

Please sign in to comment.