Skip to content

Commit

Permalink
chore: 更新 CI
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Mar 22, 2021
1 parent 89f2489 commit 0bf4b9e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
run: |
git --no-pager log --oneline -n 20
lerna bootstrap
lerna run build:lib
lerna run docs:build
- name: Deploy Github 🚀
uses: peaceiris/actions-gh-pages@v3
with:
github_token: ${{ secrets.PAGES_TOKEN }}
publish_dir: packages/vuepress-docs-gh-pages/docs/.vuepress/dist
cname: docs.shanyuhai.top
commit_message: ${{ github.event.head_commit.message }}
3 changes: 3 additions & 0 deletions README-zh_CN.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Vuepress Plugin Auto Sidebar

[![Deploy Vuepress Plugin Auto Sidebar](https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/actions/workflows/deploy-docs.yml)


[English](./README.md) | 简体中文


Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Vuepress Plugin Auto Sidebar

[![Deploy Vuepress Plugin Auto Sidebar](https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/actions/workflows/deploy-docs.yml/badge.svg)](https://github.com/shanyuhai123/vuepress-plugin-auto-sidebar/actions/workflows/deploy-docs.yml)


English | [简体中文](./README-zh_CN.md)


Expand Down

0 comments on commit 0bf4b9e

Please sign in to comment.