Skip to content

Commit b725693

Browse files
committed
revert cache fixes even though they did not fix anything
1 parent d292923 commit b725693

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/deploy.js.yml

-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,6 @@ jobs:
1313
persist-credentials: false
1414

1515
- name: Install and Build 🔧
16-
uses: actions/cache@v2
17-
with:
18-
path: ${{ github.workspace }}/.next/cache
19-
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}
2016
run: |
2117
yarn --frozen-lockfile
2218
yarn next build && yarn next export -o dist

next.config.js

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const nextConfig = {
66
disableStaticImages: true
77
},
88
target: 'serverless',
9-
cleanDistDir: false,
109
webpack(config) {
1110
config.module.rules.push({
1211
test: /\.md$/,

0 commit comments

Comments
 (0)