mattb512's picture
Update hf-sync.yml
8ca320a
raw
history blame
449 Bytes
name: Sync with HuggingFace
on:
push:
branches: [ "*" ]
pull_request:
branches: [ "*" ]
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
lfs: true
- name: Push to hub
env:
HF_TOKEN: ${{ secrets.HF_TOKEN }}
run: git push https://mattb512:[email protected]/spaces/TRI-ML/vlm-demo main