We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a30ef6d commit 24198f0Copy full SHA for 24198f0
.github/workflows/pages.yml
@@ -59,7 +59,7 @@ jobs:
59
- name: Static HTML export with Next.js
60
run: npx next build
61
- name: Upload artifact
62
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v3
63
with:
64
path: ./out
65
0 commit comments