Skip to content

Commit

Permalink
👷 deploy docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzLuke96 committed May 21, 2024
1 parent db23760 commit 697a215
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ jobs:
with:
node-version: "18"

- name: Install
run: pnpm ci
- name: Install pnpm
run: npm install -g pnpm

- name: Install dependencies
run: pnpm install

- name: Build
run: pnpm build
Expand Down

0 comments on commit 697a215

Please sign in to comment.