We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c047e7 commit c31f147Copy full SHA for c31f147
.github/workflows/deploy.yml
@@ -15,13 +15,12 @@ jobs:
15
- uses: actions/checkout@v4
16
- uses: actions/setup-node@v4
17
with:
18
- node-version: 18
19
- cache: npm
+ cache: 'pnpm'
20
21
- name: Install dependencies
22
- run: npm ci
+ run: pnpm install
23
- name: Build website
24
- run: npm run build
+ run: pnpm run build
25
26
# Popular action to deploy to GitHub Pages:
27
# Docs: https://github.com/peaceiris/actions-gh-pages#%EF%B8%8F-docusaurus
0 commit comments