This commit is contained in:
游雁 2023-07-24 21:33:41 +08:00
parent b31790f886
commit d29e826f2c
4 changed files with 6 additions and 2 deletions

View File

@ -13,6 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- 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
with:
docs-folder: "docs/"

View File

@ -21,10 +21,10 @@ Overview
./installation/docker.md
.. toctree::
:maxdepth: 1
:maxdepth: 5
:caption: Quick Start
./qick_start.md
./funasr/quick_start.md
.. toctree::
:maxdepth: 1