We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6244bf2 commit d66473dCopy full SHA for d66473d
1 file changed
.github/workflows/deploy-to-gh-pages.yml
@@ -30,21 +30,9 @@ jobs:
30
31
- name: Install Corepack
32
# See: [actions/setup-node/issues/1222](https://github.com/actions/setup-node/issues/1222)
33
- run: |
34
- npm i -g --force corepack
35
- shell: bash
36
-
37
- - name: Enable Corepack
38
39
- corepack enable
40
- pnpm -v
+ run: npm i -g --force corepack && corepack enable
41
shell: bash
42
43
- - name: Resolve Dependencies
44
45
- corepack enable pnpm
46
- pnpm i
47
48
- name: Build
49
run: |
50
pnpm b
0 commit comments