From 28a19dbc4e85d3b8a4ec2ef7483bba64d422b43f Mon Sep 17 00:00:00 2001
From: aky15 <ankeyu.aky@11.17.44.249>
Date: 星期三, 12 四月 2023 18:03:06 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/main' into dev_aky
---
.github/workflows/main.yml | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index e55180d..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,9 +22,10 @@
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
mkdir public/en
touch public/en/.nojekyll
cp -r docs/_build/html/* public/en/
@@ -33,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