Skip to content

try removing gif upon deploy #10

try removing gif upon deploy

try removing gif upon deploy #10

name: Push to Huggingface
on:
push:
branches: [main]
jobs:
push-to-huggingface:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to Huggingface
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git rm demo.gif && git commit -m "remove gif" && git push --force https://dikarel:[email protected]/spaces/dikarel/nice-outfit main