FlyRates / .github /workflows /huggingface_sync.yml
Sadeep Sachintha
Added Hugging Face Sync Action
b1da095
raw
history blame contribute delete
559 Bytes
name: Sync to Hugging Face space
on:
push:
branches: [main]
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
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: |
# REPLACE "YOUR_HF_USERNAME" AND "YOUR_SPACE_NAME" BELOW
git push https://dwssp:$HF_TOKEN@huggingface.co/spaces/dwssp/FlyRates main -f