Skip to content

Commit 5378f8a

Browse files
committed
Updated githubActions output directory.
1 parent f6c692c commit 5378f8a

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/nextjs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ name: Deploy Next.js site to Pages
66

77
on:
88
# Runs on pushes targeting the default branch
9+
# TODO: Update to pull requests into main
910
push:
10-
branches: ["main"]
11+
branches: ["main"]
1112

1213
# Allows you to run this workflow manually from the Actions tab
1314
workflow_dispatch:
@@ -78,7 +79,7 @@ jobs:
7879
- name: Upload artifact
7980
uses: actions/upload-pages-artifact@v3
8081
with:
81-
path: ./out
82+
path: ./dist
8283

8384
# Deployment job
8485
deploy:

0 commit comments

Comments
 (0)