Skip to content

Commit 116b183

Browse files
committed
Update workflow file for deployment
1 parent 44cc444 commit 116b183

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
- name: Build site
2828
run: |
2929
yarn run build
30-
yarn run export
3130
env:
3231
NEXT_PUBLIC_CONTENTFUL_SPACE_ID: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_SPACE_ID }}
3332
NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN: ${{ secrets.NEXT_PUBLIC_CONTENTFUL_ACCESS_TOKEN }}

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
"dev": "next dev",
77
"build": "export NODE_OPTIONS=--openssl-legacy-provider && next build",
88
"start": "next start",
9-
"export": "next export",
109
"lint": "next lint"
1110
},
1211
"dependencies": {

0 commit comments

Comments
 (0)