Skip to content

Commit

Permalink
Build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Pelak committed Mar 19, 2024
1 parent f4e46c8 commit 287f08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
env:
HTTP_BASIC_AUTH: ${{ secrets.HTTP_BASIC_AUTH }}
- name: Static HTML export with Next.js
run: ${{ steps.detect-package-manager.outputs.runner }} next export
run: ${{ steps.detect-package-manager.outputs.runner }} next build
- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
Expand Down
1 change: 1 addition & 0 deletions next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
const path = require('path'); // eslint-disable-line @typescript-eslint/no-var-requires

const nextConfig = {
output: 'export',
reactStrictMode: true,
compiler: {
// Enables the styled-components SWC transform
Expand Down

0 comments on commit 287f08e

Please sign in to comment.