phuochungus's picture
update github action
6dc0829
raw
history blame
No virus
477 Bytes
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