mirror of
https://github.com/modelscope/FunASR
synced 2025-09-15 14:48:36 +08:00
docs
This commit is contained in:
parent
b31790f886
commit
d29e826f2c
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -13,6 +13,10 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
|
- name: cp funasr
|
||||||
|
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh'
|
||||||
|
run: |
|
||||||
|
ln -s funasr ./
|
||||||
- uses: ammaraskar/sphinx-action@master
|
- uses: ammaraskar/sphinx-action@master
|
||||||
with:
|
with:
|
||||||
docs-folder: "docs/"
|
docs-folder: "docs/"
|
||||||
|
|||||||
@ -21,10 +21,10 @@ Overview
|
|||||||
./installation/docker.md
|
./installation/docker.md
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 5
|
||||||
:caption: Quick Start
|
:caption: Quick Start
|
||||||
|
|
||||||
./qick_start.md
|
./funasr/quick_start.md
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user