smollvm / .github /workflows /sync-to-hub.yml
youssef
Initial setup for HF Space
5f42812
raw
history blame contribute delete
345 Bytes
name: Sync to Hugging Face Hub
on:
push:
branches: [main]
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Push to HF Hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://bnkd:[email protected]/spaces/bnkd/smolvm-demo main