We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d292923 commit b725693Copy full SHA for b725693
.github/workflows/deploy.js.yml
@@ -13,10 +13,6 @@ jobs:
13
persist-credentials: false
14
15
- 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') }}
20
run: |
21
yarn --frozen-lockfile
22
yarn next build && yarn next export -o dist
next.config.js
@@ -6,7 +6,6 @@ const nextConfig = {
6
disableStaticImages: true
7
},
8
target: 'serverless',
9
- cleanDistDir: false,
10
webpack(config) {
11
config.module.rules.push({
12
test: /\.md$/,
0 commit comments