Spaces:
Running
Running
| name: Sync to Hugging Face Space | |
| on: | |
| push: | |
| tags: | |
| - v* | |
| workflow_dispatch: | |
| concurrency: | |
| group: hf-sync-${{ github.ref }} | |
| cancel-in-progress: true | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| timeout-minutes: 5 | |
| steps: | |
| - name: Checkout repository | |
| uses: actions/checkout@v6 | |
| with: | |
| lfs: true | |
| - name: Sync GitHub to Hugging Face Hub | |
| uses: huggingface/hub-sync@v0.1.0 | |
| with: | |
| github_repo_id: Jacid23/Lyon_chatbox | |
| huggingface_repo_id: Jacid23/Lyon_chatbox | |
| hf_token: ${{ secrets.HF_TOKEN }} | |
| repo_type: space | |
| space_sdk: static | |