Skip to content

Commit 96958b6

Browse files
authored
chore: bust cache for publish docs action (#2487)
1 parent 70d1daf commit 96958b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}
9696

9797
- name: Install dependencies
98-
if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
98+
# if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
9999
run: yarn install --immutable
100100

101101
- name: Build

0 commit comments

Comments
 (0)