游雁
2023-02-08 6d8528fa9f0ca9261718ef0afec67a4acb48c6d7
.github/workflows/main.yml
@@ -14,7 +14,7 @@
    - uses: actions/checkout@v1
    - uses: ammaraskar/sphinx-action@master
      with:
        docs-folder: "docs/"
          docs-folder: "docs_cn/"
        pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
    - name: deploy copy
@@ -22,7 +22,7 @@
      run: |
        mkdir public
        touch public/.nojekyll
        cp -r docs/_build/html/* public/
          cp -r docs_cn/_build/html/* public/
    - name: deploy github.io pages
      if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'