From 951eec1cf0225e4a676efeacde5c3b97fb31735d Mon Sep 17 00:00:00 2001
From: yhliang <68215459+yhliang-aslp@users.noreply.github.com>
Date: 星期四, 13 四月 2023 15:44:12 +0800
Subject: [PATCH] Update README.md
---
.github/workflows/main.yml | 9 ++++++++-
1 files changed, 8 insertions(+), 1 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 0ebb9bb..962375b 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -24,7 +24,11 @@
- uses: ammaraskar/sphinx-action@master
with:
docs-folder: "docs_m2met2/"
- pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
+ 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'
@@ -40,6 +44,9 @@
mkdir public/m2met2
touch public/m2met2/.nojekyll
cp -r docs_m2met2/_build/html/* public/m2met2/
+ mkdir public/m2met2_cn
+ touch public/m2met2_cn/.nojekyll
+ cp -r docs_m2met2_cn/_build/html/* public/m2met2_cn/
- name: deploy github.io pages
if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm' || github.ref == 'refs/heads/dev_lyh'
--
Gitblit v1.9.1