From db83d374031a996b27a5557bf04202493b3d1fa1 Mon Sep 17 00:00:00 2001
From: hnluo <haoneng.lhn@alibaba-inc.com>
Date: 星期二, 18 四月 2023 19:33:14 +0800
Subject: [PATCH] Merge pull request #378 from alibaba-damo-academy/dev_wjm3
---
.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 962375b..2497ac2 100644
--- a/.github/workflows/main.yml
+++ b/.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'
@@ -54,4 +47,4 @@
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
PUBLISH_BRANCH: gh-pages
- PUBLISH_DIR: public
\ No newline at end of file
+ PUBLISH_DIR: public
--
Gitblit v1.9.1