Skip to content

Commit

Permalink
fix(ci): update build command of vitepress of action in regard with c…
Browse files Browse the repository at this point in the history
…ustom commands in package metadata file
  • Loading branch information
andatoshiki committed Mar 16, 2024
1 parent f92a887 commit 7989314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- run: pnpm install --frozen-lockfile

- name: Build
run: pnpm docs:build
run: pnpm build

- name: Deploy
uses: peaceiris/actions-gh-pages@v3
Expand Down

0 comments on commit 7989314

Please sign in to comment.