mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
commit
dd11f88cb3
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -22,7 +22,7 @@ jobs:
|
|||||||
pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
|
pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
|
||||||
|
|
||||||
- name: deploy copy
|
- 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: |
|
run: |
|
||||||
mkdir public
|
mkdir public
|
||||||
touch public/.nojekyll
|
touch public/.nojekyll
|
||||||
@ -34,7 +34,7 @@ jobs:
|
|||||||
cp -r docs_cn/_build/html/* public/cn/
|
cp -r docs_cn/_build/html/* public/cn/
|
||||||
|
|
||||||
- name: deploy github.io pages
|
- 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
|
uses: peaceiris/actions-gh-pages@v2.3.1
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|||||||
@ -23,6 +23,7 @@ FunASR hopes to build a bridge between academic research and industrial applicat
|
|||||||
:caption: ModelScope:
|
:caption: ModelScope:
|
||||||
|
|
||||||
./modelscope_models.md
|
./modelscope_models.md
|
||||||
|
./modelscope_usages.md
|
||||||
|
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
==================
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user