Skip to content

Commit

Permalink
fix: Remove redundant caching
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan committed Nov 14, 2023
1 parent bcff8d0 commit ab68b17
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/nextjs_bundle_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,18 +28,6 @@ jobs:
- name: Install dependencies
uses: ./.github/workflows/yarn

- name: Restore next build
uses: actions/cache@v3
id: restore-build-cache
env:
cache-name: cache-next-build
with:
# if you use a custom build directory, replace all instances of `.next` in this file with your build directory
# ex: if your app builds to `dist`, replace `.next` with `dist`
path: .next/cache
# change this if you prefer a more strict cache
key: ${{ runner.os }}-build-${{ env.cache-name }}

- name: Build next.js app
uses: ./.github/workflows/build
with:
Expand Down

0 comments on commit ab68b17

Please sign in to comment.