Skip to content

Commit b07a8b9

Browse files
committed
1 parent b906175 commit b07a8b9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/docs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,10 @@ jobs:
5959
-
6060
name: Get npm cache directory
6161
id: cache-node-dir
62-
run: echo "dir=$(npm config get cache)" >> $GITHUB_OUTPUT
62+
shell: pwsh
63+
run: |
64+
$cacheDir = $(npm config get cache)
65+
echo "dir=$cacheDir" >> $GITHUB_OUTPUT
6366
-
6467
name: Cache Node Modules
6568
id: cache-node

0 commit comments

Comments
 (0)