Skip to content

Commit

Permalink
chore: 使用yarn打包文档
Browse files Browse the repository at this point in the history
  • Loading branch information
wanchun committed Nov 17, 2022
1 parent 155f7aa commit 1c135d6
Show file tree
Hide file tree
Showing 2 changed files with 11,617 additions and 1 deletion.
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: pnpm i && pnpm run docs:build
run: yarn && yarn docs:build

- name: Deploy
uses: easingthemes/ssh-deploy@main
Expand Down
Loading

0 comments on commit 1c135d6

Please sign in to comment.