We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7299863 commit 5ed4721Copy full SHA for 5ed4721
.github/workflows/github-pages.yml
@@ -18,10 +18,13 @@ jobs:
18
with:
19
node-version: 22.x
20
21
+ - name: Enable Corepack
22
+ run: corepack enable
23
+
24
# setup cache
25
- name: Get yarn cache directory path
26
id: yarn-cache-dir-path
- run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
27
+ run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
28
- uses: actions/cache@v4
29
id: yarn-cache
30
0 commit comments