Skip to content

Commit

Permalink
feat(CD): 静态站点分支新增next分支的README.md文档
Browse files Browse the repository at this point in the history
  • Loading branch information
142vip.cn committed Oct 29, 2023
1 parent 1f9f6ac commit 3172690
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,11 @@ 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:
Expand Down

0 comments on commit 3172690

Please sign in to comment.