Skip to content

Commit

Permalink
Revert huggingface aaction
Browse files Browse the repository at this point in the history
  • Loading branch information
titusz committed Aug 14, 2024
1 parent 6287bcc commit 29a0553
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/huggingface.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Sync with Hugging Face Space
name: Publish on Hugging Face Hub
on:
push:
branches:
Expand All @@ -7,12 +7,12 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync with HF
uses: alex-bene/huggingface-space-sync-action@v0.1
- name: Sync with Hugging Face
uses: nateraw/huggingface-sync-action@v0.0.5
with:
github_repo_id: 'iscc/iscc-sct'
github_branch: 'huggingface'
yaml_header_path: 'space.yml'
huggingface_repo_id: 'iscc/iscc-sct'
hf_username: 'iscc'
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 }}

0 comments on commit 29a0553

Please sign in to comment.