Skip to content

Commit f585b87

Browse files
committed
Try this
1 parent 8aace67 commit f585b87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nextjs.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ jobs:
5959
#
6060
# You may remove this line if you want to manage the configuration yourself.
6161
static_site_generator: next
62+
generator_config_file: next.config.mjs
6263
- name: Restore cache
6364
uses: actions/cache@v4
6465
with:
@@ -80,11 +81,10 @@ jobs:
8081
run: |
8182
pwd
8283
ls -la
83-
ls -la ../
8484
- name: Upload artifact
8585
uses: actions/upload-pages-artifact@v3
8686
with:
87-
path: ./docs
87+
path: ./out
8888

8989
# Deployment job
9090
deploy:

0 commit comments

Comments
 (0)