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 1874c0d commit cd52f93Copy full SHA for cd52f93
.github/workflows/nextjs.yml
@@ -79,7 +79,7 @@ jobs:
79
- name: Static HTML export with Next.js
80
run: ${{ steps.detect-package-manager.outputs.runner }} next export
81
- name: Upload artifact
82
- uses: actions/upload-pages-artifact@v1
+ uses: actions/upload-pages-artifact@v2
83
with:
84
path: ./out
85
@@ -93,4 +93,4 @@ jobs:
93
steps:
94
- name: Deploy to GitHub Pages
95
id: deployment
96
- uses: actions/deploy-pages@v2
+ uses: actions/deploy-pages@v3
0 commit comments