1
0
mirror of https://github.com/142vip/408CSFamily.git synced 2026-04-14 02:09:56 +08:00

feat(CD): 静态站点分支新增next分支的README.md文档

This commit is contained in:
142vip.cn
2023-10-30 17:58:53 +08:00
parent 717d7f7a09
commit 381b7d55a0

View File

@@ -58,6 +58,12 @@ jobs:
run: |
./scripts/bundle build_proxy
# 将README.md同步利于github pages分支展示
- name: Add Readme.md To Dist
run: |
cp -f README.md docs/.vuepress/dist
- name: Check GitHub Pages status
uses: crazy-max/ghaction-github-status@v3
with: