From d2755f476872da773b816b3952acef97e1ee9336 Mon Sep 17 00:00:00 2001
From: lzr265946 <lzr265946@alibaba-inc.com>
Date: 星期三, 15 二月 2023 14:37:48 +0800
Subject: [PATCH] add infer aishell1 subtest demo in paraformer-large-contextual
---
.github/workflows/main.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 5a3195e..d6158a7 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -17,14 +17,15 @@
docs-folder: "docs/"
pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
- uses: ammaraskar/sphinx-action@master
- with:
- docs-folder: "docs_cn/"
- pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
+ with:
+ docs-folder: "docs_cn/"
+ pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
- name: deploy copy
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
run: |
mkdir public
+ touch public/.nojekyll
mkdir public/en
touch public/en/.nojekyll
cp -r docs/_build/html/* public/en/
--
Gitblit v1.9.1