Skip to content

Commit

Permalink
ci: fix corepack workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AllanChain committed Feb 5, 2025
1 parent 7d821e6 commit 99323f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
${{ runner.os }}-pnpm-store-
- name: Build App
run: |
# See https://github.com/nodejs/corepack/issues/612#issuecomment-2629911771
export COREPACK_INTEGRITY_KEYS="$(curl https://registry.npmjs.org/-/npm/v1/keys | jq -c '{npm: .keys}')"
pnpm install
pnpm build
mkdir -p dist/img
Expand Down

0 comments on commit 99323f9

Please sign in to comment.