From 6427c834dfd97b1f05c6659cdc7ccf010bf82fe1 Mon Sep 17 00:00:00 2001
From: 嘉渊 <wangjiaming.wjm@alibaba-inc.com>
Date: 星期一, 24 四月 2023 19:50:07 +0800
Subject: [PATCH] update
---
.github/workflows/main.yml | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index d6158a7..43d1f1d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -5,7 +5,7 @@
- main
push:
branches:
- - dev
+ - dev_wjm
jobs:
docs:
@@ -22,7 +22,7 @@
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'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
run: |
mkdir public
touch public/.nojekyll
@@ -34,7 +34,7 @@
cp -r docs_cn/_build/html/* public/cn/
- name: deploy github.io pages
- if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev'
+ if: github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev_wjm'
uses: peaceiris/actions-gh-pages@v2.3.1
env:
GITHUB_TOKEN: ${{ secrets.ACCESS_TOKEN }}
--
Gitblit v1.9.1