Skip to content

release v0.4.0

release v0.4.0 #5

Workflow file for this run

name: Sync to Hugging Face Space
on:
push:
branches: [main]
workflow_dispatch:
jobs:
sync:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to Hugging Face Space
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push --force \
https://chaitanyaKasaraneni:$HF_TOKEN@huggingface.co/spaces/chaitanyaKasaraneni/cloudfit-api \
main