Skip to content

Commit

Permalink
chore: bust cache for publish docs action (#2487)
Browse files Browse the repository at this point in the history
  • Loading branch information
shineli1984 authored Jan 8, 2025
1 parent 70d1daf commit 96958b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
key: ${{ runner.os }}-build-cache-deps-${{ hashFiles('yarn.lock') }}

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

- name: Build
Expand Down

0 comments on commit 96958b6

Please sign in to comment.