We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f6c692c commit 5378f8aCopy full SHA for 5378f8a
1 file changed
.github/workflows/nextjs.yml
@@ -6,8 +6,9 @@ name: Deploy Next.js site to Pages
6
7
on:
8
# Runs on pushes targeting the default branch
9
+ # TODO: Update to pull requests into main
10
push:
- branches: ["main"]
11
+ branches: ["main"]
12
13
# Allows you to run this workflow manually from the Actions tab
14
workflow_dispatch:
@@ -78,7 +79,7 @@ jobs:
78
79
- name: Upload artifact
80
uses: actions/upload-pages-artifact@v3
81
with:
- path: ./out
82
+ path: ./dist
83
84
# Deployment job
85
deploy:
0 commit comments