游雁 hace 2 años
padre
commit
d29e826f2c
Se han modificado 4 ficheros con 6 adiciones y 2 borrados
  1. 4 0
      .github/workflows/main.yml
  2. 2 2
      docs/index.rst
  3. 0 0
      funasr/quick_start.md
  4. 0 0
      funasr/quick_start_zh.md

+ 4 - 0
.github/workflows/main.yml

@@ -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/"

+ 2 - 2
docs/index.rst

@@ -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

+ 0 - 0
docs/qick_start.md → funasr/quick_start.md


+ 0 - 0
docs/quick_start_zh.md → funasr/quick_start_zh.md