We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d66473d commit 050e1e3Copy full SHA for 050e1e3
1 file changed
.github/workflows/deploy-to-gh-pages.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Install Corepack
32
# See: [actions/setup-node/issues/1222](https://github.com/actions/setup-node/issues/1222)
33
- run: npm i -g --force corepack && corepack enable
+ run: npm i -g --force corepack && corepack enable && pnpm i
34
shell: bash
35
36
- name: Build
0 commit comments