Skip to content

Commit 8a6ff6d

Browse files
author
微信公众号:储凡
authored
Merge pull request #84 from chufan443/feat/add-readme-to-gh
2 parents 1f9f6ac + 3172690 commit 8a6ff6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/CD.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ jobs:
5959
run: |
6060
./scripts/bundle build_proxy
6161
62+
# 将README.md同步,利于github pages分支展示
63+
- name: Add Readme.md To Dist
64+
run: |
65+
cp -f README.md docs/.vuepress/dist
66+
6267
- name: Check GitHub Pages status
6368
uses: crazy-max/ghaction-github-status@v3
6469
with:

0 commit comments

Comments
 (0)