vn6295337's picture
ci: Add CI, HF Space auto-mirror, and weekly live canary workflows
2407b4d
Raw
History Blame Contribute Delete
449 Bytes
name: Deploy to HF Space
on:
push:
branches: [main]
workflow_dispatch:
concurrency:
group: deploy-hf
cancel-in-progress: false
jobs:
mirror:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to Hugging Face Space
run: |
git push "https://vn6295337:${{ secrets.HF_TOKEN }}@huggingface.co/spaces/vn6295337/Instant-SWOT-Agent" HEAD:main