Scrapling / .github /workflows /sync-to-hf.yml
Lenson
feat: add GitHub Actions for HF sync
c976936
name: Sync to Hugging Face Space
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to Hugging Face
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push -f https://lenson78:$HF_TOKEN@huggingface.co/spaces/lenson78/scrapling main