Skip to content

Commit

Permalink
Merge pull request #75 from chufan443/feat/cp-readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chufan443 committed Oct 30, 2023
2 parents 717d7f7 + 381b7d5 commit b0ff32a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/CD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit b0ff32a

Please sign in to comment.