gurdipsingh's picture
change 2
89afe41
Raw
History Blame Contribute Delete
455 Bytes
name: Sync to Hugging Face
on:
push:
branches: [main]
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
lfs: true
- name: Push to HF
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push --force https://gurdipsingh:${HF_TOKEN}@huggingface.co/spaces/gurdipsingh/my-genai-api.git main