Skip to content

Commit d66473d

Browse files
authored
Update deploy-to-gh-pages.yml
1 parent 6244bf2 commit d66473d

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

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

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,9 @@ jobs:
3030

3131
- name: Install Corepack
3232
# 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-
run: |
39-
corepack enable
40-
pnpm -v
33+
run: npm i -g --force corepack && corepack enable
4134
shell: bash
4235

43-
- name: Resolve Dependencies
44-
run: |
45-
corepack enable pnpm
46-
pnpm i
47-
4836
- name: Build
4937
run: |
5038
pnpm b

0 commit comments

Comments
 (0)