Lyon_chatbox / .github /workflows /sync-hf-space.yml
Jacid23's picture
Rebrand app as Lyon Chatbox
dfedf76
Raw
History Blame Contribute Delete
643 Bytes
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