Skip to content

Commit

Permalink
Update deploy-docs-to-github-pages.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Dec 30, 2023
1 parent 522e4d5 commit 7765004
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-docs-to-github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Set up Node.js
uses: actions/setup-node@v3
with:
node-version: 20.x
cache: pnpm
- uses: pnpm/action-setup@v2
with:
version: 8
- name: Install dependencies
run: pnpm i
- name: Gen API Docs
Expand Down

0 comments on commit 7765004

Please sign in to comment.