We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ab538 commit bff60e5Copy full SHA for bff60e5
.github/workflows/deploy.yml
@@ -30,7 +30,7 @@ jobs:
30
run: echo "EXPORT=true" >> .env
31
32
- name: Build Next.js app
33
- run: npm run build && npx next export
+ run: npm run build
34
35
- name: Setup Pages
36
uses: actions/configure-pages@v4
0 commit comments