sameerz567's picture
Moved sync.yaml to the correct workflows folder
52de0d4
raw
history blame contribute delete
439 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://sameerz567:$HF_TOKEN@huggingface.co/spaces/sameerz567/my-genai-api main