From 8e8daf708bce906d9e573305f2a21fce7b82c139 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 25 Dec 2024 18:32:00 +0800 Subject: [PATCH 1/2] chore(ci): fix desp too long --- .github/workflows/deploy-huggingface-spaces.yml | 4 ++++ packages/moonshine-web/README.md | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy-huggingface-spaces.yml b/.github/workflows/deploy-huggingface-spaces.yml index 4615a95..2728972 100644 --- a/.github/workflows/deploy-huggingface-spaces.yml +++ b/.github/workflows/deploy-huggingface-spaces.yml @@ -5,6 +5,10 @@ on: branches: - main + pull_request: + branches: + - main + jobs: deploy-moonshine-web-vue: runs-on: ubuntu-latest diff --git a/packages/moonshine-web/README.md b/packages/moonshine-web/README.md index f55d218..10dfab8 100644 --- a/packages/moonshine-web/README.md +++ b/packages/moonshine-web/README.md @@ -8,7 +8,7 @@ pinned: false license: apache-2.0 models: - onnx-community/moonshine-base-ONNX -short_description: Yet another Real-time in-browser speech recognition, re-implemented with Vue +short_description: Yet another Real-time in-browser STT, re-implemented in Vue thumbnail: https://raw.githubusercontent.com/moeru-ai/airi/refs/heads/main/packages/whisper-webgpu/public/banner.png --- From 723e9453a7e31df973b8ce37d7a2e0b4161c41c6 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Wed, 25 Dec 2024 18:43:34 +0800 Subject: [PATCH 2/2] chore(ci): remove pr trigger --- .github/workflows/deploy-huggingface-spaces.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/deploy-huggingface-spaces.yml b/.github/workflows/deploy-huggingface-spaces.yml index 2728972..4615a95 100644 --- a/.github/workflows/deploy-huggingface-spaces.yml +++ b/.github/workflows/deploy-huggingface-spaces.yml @@ -5,10 +5,6 @@ on: branches: - main - pull_request: - branches: - - main - jobs: deploy-moonshine-web-vue: runs-on: ubuntu-latest