Skip to content

Commit 436ec9f

Browse files
committed
Test adding some more info to deploy action
1 parent 97b0c5d commit 436ec9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,7 @@ jobs:
100100
- name: Deploy to GitHub Pages
101101
id: deployment
102102
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

Comments
 (0)