Skip to content

Commit 515ba20

Browse files
authored
ci: fix weekly-docs check failing on pnpm cache save (#23937)
1 parent d15bfc2 commit 515ba20

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/weekly-docs.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,10 @@ jobs:
4949
# TODO: Remove this workaround once action-linkspector sets
5050
# package-manager-cache: false in its internal setup-node step.
5151
# See: https://github.com/UmbrellaDocs/action-linkspector/issues/54
52-
- name: Enable corepack
53-
run: corepack enable pnpm
52+
- name: Enable corepack and create pnpm store
53+
run: |
54+
corepack enable pnpm
55+
mkdir -p "$(pnpm store path --silent)"
5456
5557
- name: Check Markdown links
5658
uses: umbrelladocs/action-linkspector@37c85bcde51b30bf929936502bac6bfb7e8f0a4d # v1.4.1

0 commit comments

Comments
 (0)