Skip to content

Commit 33038d1

Browse files
authored
chore: specify artifact name for GitHub Pages deployment (#35)
1 parent ff1d37b commit 33038d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/nextjs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,5 @@ jobs:
5555
- name: Deploy to GitHub Pages
5656
id: deployment
5757
uses: actions/deploy-pages@v3
58+
with:
59+
artifact_name: github-pages

0 commit comments

Comments
 (0)