Skip to content

Commit

Permalink
update pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
rsaz committed Dec 23, 2023
1 parent 04ca4e3 commit ec54d97
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ jobs:
NODE_ENV: ${{ secrets.NODE_ENV }}
- name: Build with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
#- name: Static HTML export with Next.js
#run: ${{ steps.detect-package-manager.outputs.runner }} next export
- name: Upload artifact
uses: actions/upload-pages-artifact@v1
with:
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dev": "next dev",
"build": "NODE_ENV=production next build",
"build:v2": "next build",
"export": "next export",
"prod": "npx serve@latest out",
"start": "next start",
"lint": "next lint",
Expand Down

0 comments on commit ec54d97

Please sign in to comment.