We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97b0c5d commit 436ec9fCopy full SHA for 436ec9f
.github/workflows/nextjs.yml
@@ -100,3 +100,7 @@ jobs:
100
- name: Deploy to GitHub Pages
101
id: deployment
102
uses: actions/deploy-pages@v4
103
+ with:
104
+ branch: main
105
+ folder: .next/standalone # This is where the build output will be
106
+ target-folder: '/' # This deploys directly to the root of the GitHub Pages
0 commit comments