ci: fix weekly-docs check failing on pnpm cache save (#23937)

This commit is contained in:
Cian Johnston
2026-04-01 20:04:46 +01:00
committed by GitHub
parent d15bfc2cb0
commit 515ba209fd
+4 -2
View File
@@ -49,8 +49,10 @@ jobs:
# TODO: Remove this workaround once action-linkspector sets
# package-manager-cache: false in its internal setup-node step.
# See: https://github.com/UmbrellaDocs/action-linkspector/issues/54
- name: Enable corepack
run: corepack enable pnpm
- name: Enable corepack and create pnpm store
run: |
corepack enable pnpm
mkdir -p "$(pnpm store path --silent)"
- name: Check Markdown links
uses: umbrelladocs/action-linkspector@37c85bcde51b30bf929936502bac6bfb7e8f0a4d # v1.4.1