Spaces:
Sleeping
Sleeping
# .github/workflows/sync-to-hub.yml | |
name: Sync to Hugging Face Hub | |
on: | |
push: | |
branches: [main] | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Push to hub | |
env: | |
HF_TOKEN: ${{ secrets.HF_TOKEN }} | |
run: | | |
git push https://YOUR_USERNAME:[email protected]/spaces/YOUR_USERNAME/nigerian-language-generator-space main | |