embedding-bench / .github /workflows /sync-to-hf.yml
AmrYassinIsFree
enhancing the ui
f1c066b
Raw
History Blame Contribute Delete
415 Bytes
name: Sync to HuggingFace Spaces
on:
push:
branches: [main]
jobs:
sync:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Push to HuggingFace Spaces
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: |
git push https://amryassin:$HF_TOKEN@huggingface.co/spaces/amryassin/embedding-bench main --force