File size: 477 Bytes
d6a03dc
4986f6d
 
 
d6a03dc
 
 
 
 
4986f6d
 
 
 
 
84728b9
4986f6d
 
 
 
 
84728b9
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
name: Deploy

on:
  workflow_dispatch:
  workflow_run:
    workflows:
      - "Test"
    types:
      - completed

jobs:
  deploy:
    runs-on: ubuntu-latest
    steps:
      - uses: nschloe/action-checkout-with-lfs-cache@v1
        with:
          fetch-depth: 0
      - name: Push to hub
        env:
          HF_TOKEN: ${{ secrets.HF_TOKEN }}
        run: git push https://phuochungus:$HF_TOKEN@huggingface.co/spaces/phuochungus/RTMDet_PRODUCTION main