Skip to content

Merge pull request #16 from scbirlab/dev #16

Merge pull request #16 from scbirlab/dev

Merge pull request #16 from scbirlab/dev #16

name: Deploy to Hugging Face Spaces
on:
push:
branches:
- main
workflow_dispatch:
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Check out repository
uses: actions/checkout@v6
with:
lfs: true
- name: Sync to Hugging Face Space
uses: huggingface/hub-sync@v0.1.0
with:
github_repo_id: ${{ github.repository }}
huggingface_repo_id: scbirlab/bartab
subdirectory: bartab/app
repo_type: space
space_sdk: gradio
hf_token: ${{ secrets.HF_TOKEN }}