Skip to content

Commit 143b054

Browse files
authored
Merge pull request #16 from debs-obrien/fix-build-dir-2
Update artifact path in GitHub Actions workflow for deployment
2 parents dae59ad + d3b77ac commit 143b054

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: ./out
39+
path: movies-app/build
4040

4141

4242
deploy:

0 commit comments

Comments
 (0)