Skip to content

Commit b592527

Browse files
Update nextjs.yml
1 parent 20c9cbe commit b592527

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
@@ -71,9 +71,9 @@ jobs:
7171
- name: Build with Next.js
7272
run: pnpm next build
7373
- name: Upload artifact
74-
uses: actions/upload-pages-artifact@v1
74+
uses: actions/upload-pages-artifact@v3
7575
with:
76-
path: ./out
76+
path: ./tensorsofthewall/out
7777

7878
# Deployment job
7979
deploy:

0 commit comments

Comments
 (0)