Skip to content

Bump tabled version to 0.2.0 #7

Bump tabled version to 0.2.0

Bump tabled version to 0.2.0 #7

Workflow file for this run

name: HuggingFace Space Sync
on:
push:
branches:
- 'master'
workflow_dispatch:
jobs:
push-hf-space:
name: Push source code to HuggingFace
runs-on: ubuntu-latest
steps:
- name: Sync to HuggingFace
uses: nateraw/[email protected]
with:
github_repo_id: 'xiaoyao9184/docker-tabled'
huggingface_repo_id: '${{ secrets.HF_USERNAME }}/tabled'
hf_token: ${{ secrets.HF_TOKEN }}
repo_type: 'space'
private: false
space_sdk: 'gradio'
subdirectory: 'gradio'