游雁
2023-07-24 d29e826f2c0db3993edfee7f2b07261648c968a4
docs
2个文件已修改
2 文件已重命名
8 ■■■■ 已修改文件
.github/workflows/main.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/index.rst 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
funasr/quick_start.md 补丁 | 查看 | 原始文档 | blame | 历史
funasr/quick_start_zh.md 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/main.yml
@@ -13,6 +13,10 @@
    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/"
docs/index.rst
@@ -21,10 +21,10 @@
   ./installation/docker.md
.. toctree::
   :maxdepth: 1
   :maxdepth: 5
   :caption: Quick Start
   ./qick_start.md
   ./funasr/quick_start.md
.. toctree::
   :maxdepth: 1
funasr/quick_start.md
funasr/quick_start_zh.md