Skip to content

Commit 3a7fbab

Browse files
committed
(build) use cache for docs.yml
1 parent 6b81d77 commit 3a7fbab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
key: run-${{ runner.os }}-${{ hashFiles('./build/**') }}
2929
-
3030
name: '[Prepare]'
31-
# if: steps.cache-cake.outputs.cache-hit != 'true'
31+
if: steps.cache-cake.outputs.cache-hit != 'true'
3232
run: dotnet build build/CI.sln --configuration=Release
3333
-
3434
name: '[Build Documentation]'

0 commit comments

Comments
 (0)