File size: 497 Bytes
1462d79
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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