yhliang
2023-04-18 15b8b7bd20d3bb76e933fd2426052c19a0c6ea56
.github/workflows/main.yml
@@ -6,6 +6,7 @@
  push:
    branches:
      - dev_wjm
      - main
      - dev_lyh
jobs:
@@ -21,14 +22,6 @@
        with:
          docs-folder: "docs_cn/"
          pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
      - uses: ammaraskar/sphinx-action@master
        with:
          docs-folder: "docs_m2met2/"
          pre-build-command: "pip install jinja2 sphinx_rtd_theme myst-parser"
      - uses: ammaraskar/sphinx-action@master
        with:
          docs-folder: "docs_m2met2_cn/"
          pre-build-command: "pip install jinja2 sphinx_rtd_theme myst-parser"
      - name: deploy copy
        if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh'