We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d15bfc2 commit 515ba20Copy full SHA for 515ba20
1 file changed
.github/workflows/weekly-docs.yaml
@@ -49,8 +49,10 @@ jobs:
49
# TODO: Remove this workaround once action-linkspector sets
50
# package-manager-cache: false in its internal setup-node step.
51
# See: https://github.com/UmbrellaDocs/action-linkspector/issues/54
52
- - name: Enable corepack
53
- run: corepack enable pnpm
+ - name: Enable corepack and create pnpm store
+ run: |
54
+ corepack enable pnpm
55
+ mkdir -p "$(pnpm store path --silent)"
56
57
- name: Check Markdown links
58
uses: umbrelladocs/action-linkspector@37c85bcde51b30bf929936502bac6bfb7e8f0a4d # v1.4.1
0 commit comments