Skip to content

Commit

Permalink
ci: install pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
gravitano committed Oct 26, 2023
1 parent de6fff9 commit e6fa350
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 18
cache: pnpm # or pnpm / yarn
cache: npm # or pnpm / yarn
- name: Setup Pages
uses: actions/configure-pages@v3
# - name: Install dependencies
# run: yarn install # or pnpm install / yarn install / bun install
- name: Build with VitePress
run: |
npm install -g pnpm
cd docs
pnpm install
pnpm build
Expand Down

0 comments on commit e6fa350

Please sign in to comment.