Skip to content

Commit 5ed4721

Browse files
committed
more fix
1 parent 7299863 commit 5ed4721

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/github-pages.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,13 @@ jobs:
1818
with:
1919
node-version: 22.x
2020

21+
- name: Enable Corepack
22+
run: corepack enable
23+
2124
# setup cache
2225
- name: Get yarn cache directory path
2326
id: yarn-cache-dir-path
24-
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
27+
run: echo "dir=$(yarn config get cacheFolder)" >> $GITHUB_OUTPUT
2528
- uses: actions/cache@v4
2629
id: yarn-cache
2730
with:

0 commit comments

Comments
 (0)