Skip to content

Commit bc2ae66

Browse files
authored
fix(docs-build-push): disable caching for 'Setup Go' step (#44)
1 parent e147fec commit bc2ae66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/docs-build-push.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,7 @@ jobs:
192192
if: inputs.doc_type == 'hugo'
193193
with:
194194
go-version: ${{env.GO_VERISON}}
195+
cache: false
195196

196197
- name: Setup Hugo
197198
uses: peaceiris/actions-hugo@75d2e84710de30f6ff7268e08f310b60ef14033f # v3.0.0

0 commit comments

Comments
 (0)