Thiago Hersan
action to push to hf spaces
1462d79
raw
history blame contribute delete
497 Bytes
name: Deploy to Hugging Face spaces
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout Dev Repo
uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF
env:
HFTOKEN: ${{ secrets.HFTOKEN }}
run: |
git remote add hf https://thiagohersan:$HFTOKEN@huggingface.co/spaces/IDMNYU/9103H-2024F-face-align-gradio
git push hf main