Skip to content

fix: update app_file path to be relative in space.yml #4

fix: update app_file path to be relative in space.yml

fix: update app_file path to be relative in space.yml #4

Workflow file for this run

name: Publish on Hugging Face Hub
on:
push:
branches:
- huggingface
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with Hugging Face
uses: nateraw/[email protected]
with:
github_repo_id: iscc/iscc-sct
huggingface_repo_id: iscc/iscc-sct
repo_type: space
space_sdk: gradio
private: false
hf_token: ${{ secrets.HF_TOKEN }}