Skip to content

Commit 050e1e3

Browse files
authored
Update deploy-to-gh-pages.yml
1 parent d66473d commit 050e1e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-to-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install Corepack
3232
# See: [actions/setup-node/issues/1222](https://github.com/actions/setup-node/issues/1222)
33-
run: npm i -g --force corepack && corepack enable
33+
run: npm i -g --force corepack && corepack enable && pnpm i
3434
shell: bash
3535

3636
- name: Build

0 commit comments

Comments
 (0)