Spaces:
Runtime error
Runtime error
| 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 --force | |