Ridealist's picture
build: add cd pipeline for register remote branch for HF spaces
5603c64
raw
history blame
676 Bytes
name: Sync to Hugging Face hub
on:
push:
branches:
- master
paths-ignore: [".github/**"]
workflow_dispatch:
jobs:
sync-to-hub:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Add remote
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git remote add space https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://DEBO-PROJECT:[email protected]/spaces/DEBO-PROJECT/DEBO-DEV master