Skip to content

Commit

Permalink
add github action to sync with space
Browse files Browse the repository at this point in the history
  • Loading branch information
souzatharsis committed Oct 28, 2024
1 parent 6159d4e commit b2348b6
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Sync to Hugging Face hub
on:
push:
branches: [main]

jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://thatupiso:$HF_TOKEN@huggingface.co/spaces/thatupiso/Podcastfy.ai_demo main

0 comments on commit b2348b6

Please sign in to comment.