Skip to content

Commit

Permalink
fix: cache action
Browse files Browse the repository at this point in the history
  • Loading branch information
GabenGar committed Aug 28, 2024
1 parent ca832b1 commit 85efea7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
- name: Restore cache
uses: actions/cache@v4
with:
path: src
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-pages-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
Expand Down

0 comments on commit 85efea7

Please sign in to comment.