Skip to content

Commit 7299863

Browse files
committed
fix docs deploy
1 parent 50ee512 commit 7299863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# setup cache
2222
- name: Get yarn cache directory path
2323
id: yarn-cache-dir-path
24-
run: echo "::set-output name=dir::$(yarn cache dir)"
24+
run: echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT
2525
- uses: actions/cache@v4
2626
id: yarn-cache
2727
with:

0 commit comments

Comments
 (0)