@@ -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/"
@@ -21,10 +21,10 @@ Overview
./installation/docker.md
.. toctree::
- :maxdepth: 1
+ :maxdepth: 5
:caption: Quick Start
- ./qick_start.md
+ ./funasr/quick_start.md
:maxdepth: 1