From c2dee5e3c29eba79e591d9e9caebaef15ea4e56b Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期四, 29 六月 2023 11:09:28 +0800
Subject: [PATCH] Merge pull request #687 from alibaba-damo-academy/dev_lhn
---
.github/workflows/main.yml | 11 ++---------
1 files changed, 2 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 2497ac2..26a47c4 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -18,10 +18,6 @@
with:
docs-folder: "docs/"
pre-build-command: "pip install sphinx-markdown-tables nbsphinx jinja2 recommonmark sphinx_rtd_theme"
- - uses: ammaraskar/sphinx-action@master
- with:
- docs-folder: "docs_cn/"
- 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_wjm' || github.ref == 'refs/heads/dev_lyh'
@@ -31,15 +27,12 @@
mkdir public/en
touch public/en/.nojekyll
cp -r docs/_build/html/* public/en/
- mkdir public/cn
- touch public/cn/.nojekyll
- cp -r docs_cn/_build/html/* public/cn/
mkdir public/m2met2
touch public/m2met2/.nojekyll
- cp -r docs_m2met2/_build/html/* public/m2met2/
+ 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/
+ 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