File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change 9494 #
9595 # You may remove this line if you want to manage the configuration yourself.
9696 static_site_generator : next
97- - name : Restore cache
98- uses : actions/cache@v3
99- with :
100- path : |
101- next/cache
102- # Generate a new cache whenever packages or source files change.
103- key : ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
104- # If source files changed but packages didn't, rebuild from a prior cache.
105- restore-keys : |
106- ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-
10797 - name : Install dependencies
10898 run : ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
10999
You can’t perform that action at this time.
0 commit comments