diff --git a/.github/workflows/sync-hugging.yml b/.github/workflows/sync-hugging.yml new file mode 100644 index 00000000..ed51d2ca --- /dev/null +++ b/.github/workflows/sync-hugging.yml @@ -0,0 +1,20 @@ +name: Sync with Hugging Face Hub + +on: + push: + branches: + - chimeragpt-version + +jobs: + build: + runs-on: ubuntu-latest + steps: + - name: Sync with Hugging Face + uses: ramonvc/huggingface-sync-action@v0.0.1 + with: + github_repo_id: ramonvc/freegpt-webui + huggingface_repo_id: monra/freegpt-webui-chimera + repo_type: space + space_sdk: docker + hf_token: ${{ secrets.HF_TOKEN }} + branch: chimeragpt-version \ No newline at end of file