Merge pull request #113 from alibaba-damo-academy/dev_wjm

update docs
This commit is contained in:
Lizerui9926 2023-02-15 17:12:45 +08:00 committed by GitHub
commit dd11f88cb3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -22,7 +22,7 @@ jobs:
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'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
run: |
mkdir public
touch public/.nojekyll
@ -34,7 +34,7 @@ jobs:
cp -r docs_cn/_build/html/* public/cn/
- name: deploy github.io pages
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
uses: peaceiris/actions-gh-pages@v2.3.1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}

View File

@ -23,6 +23,7 @@ FunASR hopes to build a bridge between academic research and industrial applicat
:caption: ModelScope:
./modelscope_models.md
./modelscope_usages.md
Indices and tables
==================