vsa / .github /workflows /sync_to_hf.yml
danghungithp's picture
Create sync_to_hf.yml
37b35a0 unverified
raw
history blame contribute delete
421 Bytes
name: Sync to Hugging Face Hub
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push -f https://danghungithp:$HF_TOKEN@huggingface.co/spaces/danghungithp/vsa main