diff --git a/.github/workflows/nextjs.yml b/.github/workflows/nextjs.yml index 664596f..6cb30fa 100644 --- a/.github/workflows/nextjs.yml +++ b/.github/workflows/nextjs.yml @@ -66,7 +66,7 @@ jobs: - name: Build with Next.js run: | yarn build - next export + yarn export - name: Upload artifact uses: actions/upload-pages-artifact@v3 with: diff --git a/package.json b/package.json index 39ef762..7af722d 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "scripts": { "dev": "next dev", "build": "next build", + "export": "next export", "start": "next start", "lint": "next lint", "format": "prettier --write .",