Skip to content

Commit

Permalink
ci: fix run script
Browse files Browse the repository at this point in the history
  • Loading branch information
humandetail committed May 30, 2023
1 parent c2829de commit a1f3d34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/doc.ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
with:
version: 7.13.4
- name: Build @mentions/vanilla
run: pwd && pnpm i && npm build
run: pwd && pnpm i && pnpm run build
- name: Build docs
run: cd ./packages/docs && pnpm install && pnpm build
run: cd ./packages/docs && pnpm install && pnpm run build
- name: Setup Pages
uses: actions/configure-pages@v2
- name: Upload artifact
Expand Down

0 comments on commit a1f3d34

Please sign in to comment.