We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d1daf commit 96958b6Copy full SHA for 96958b6
.github/workflows/publish-docs.yaml
@@ -95,7 +95,7 @@ jobs:
95
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}
96
97
- name: Install dependencies
98
- if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
+ # if: steps.restore-cache-node_modules.outputs.cache-hit != 'true'
99
run: yarn install --immutable
100
101
- name: Build
0 commit comments