Skip to content

Commit

Permalink
chore: don't use dep cache value
Browse files Browse the repository at this point in the history
We can remove caches from the GitHub UI now.
  • Loading branch information
davwheat committed Nov 25, 2023
1 parent faa40f7 commit 2b25d3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoketest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
id: gatsbyCache
with:
path: ./.cache
key: ${{ runner.os }}-gatsby-cache-${{ secrets.CACHE_VERSION }}-${{ hashFiles('public') }}
key: ${{ runner.os }}-gatsby-cache-${{ hashFiles('public') }}
restore-keys: |
${{ runner.os }}-gatsby-cache-${{ secrets.CACHE_VERSION }}-
${{ runner.os }}-gatsby-cache-
- name: Build site
run: yarn build:ci
Expand Down

0 comments on commit 2b25d3c

Please sign in to comment.