Skip to content

Commit

Permalink
chore: 使用pnpm打包文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Nov 17, 2022
1 parent 92ebdad commit d6d4358
Show file tree
Hide file tree
Showing 4 changed files with 7,111 additions and 11,382 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/[email protected]

- name: Install and Build 🔧 # This example project is built using npm and outputs the result to the 'build' folder. Replace with the commands required to build your project, or remove this step entirely if your site is pre-built.
run: yarn && yarn docs:build
run: pnpm i && pnpm run docs:build

- name: Deploy
uses: easingthemes/ssh-deploy@main
Expand Down
4 changes: 3 additions & 1 deletion .npmrc
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
registry=https://registry.npmmirror.com
registry=https://registry.npmmirror.com
auto-install-peers=true
shamefully-hoist=true
Loading

0 comments on commit d6d4358

Please sign in to comment.