Skip to content

sync with HF Space

sync with HF Space #1

Workflow file for this run

name: Sync to Hugging Face Hub
on:
push:
branches: [ main ]
workflow_dispatch: # to run this workflow manually from the Actions tab
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF Hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://naskio:$HF_TOKEN@huggingface.co/spaces/naskio/mergeui main