Skip to content

Commit dae59ad

Browse files
authored
Merge pull request #15 from debs-obrien/fix-build-dir
Update artifact path in GitHub Actions workflow
2 parents a99d12b + 7d9a888 commit dae59ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nextjs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Upload artifact
3737
uses: actions/upload-pages-artifact@v1
3838
with:
39-
path: ./build
39+
path: ./out
4040

4141

4242
deploy:

0 commit comments

Comments
 (0)