compare-stocks / .github /workflows /deploy_to_hf.yaml
sukiboo's picture
fix github workflow, again
544c506
raw
history blame contribute delete
405 Bytes
name: Deploy to Hugging Face
on:
push:
branches: [main]
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://sukiboo:$HF_TOKEN@huggingface.co/spaces/sukiboo/compare-stocks main --force