Lizerui9926
2023-02-15 dd11f88cb347abb1f85f461645c83a81a22a7a19
Merge pull request #113 from alibaba-damo-academy/dev_wjm

update docs
2个文件已修改
5 ■■■■■ 已修改文件
.github/workflows/main.yml 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
docs/index.rst 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.github/workflows/main.yml
@@ -22,7 +22,7 @@
          pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
      - name: deploy copy
        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
        run: |
          mkdir public
          touch public/.nojekyll
@@ -34,7 +34,7 @@
          cp -r docs_cn/_build/html/* public/cn/
      - name: deploy github.io pages
        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
        uses: peaceiris/actions-gh-pages@v2.3.1
        env:
          GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
docs/index.rst
@@ -23,6 +23,7 @@
   :caption: ModelScope:
   ./modelscope_models.md
   ./modelscope_usages.md
Indices and tables
==================