Revert Pages actions to last ones compatible with GHES
This commit is contained in:
+2
-2
@@ -76,7 +76,7 @@ jobs:
|
||||
- name: Build with Next.js
|
||||
run: ${{ steps.detect-package-manager.outputs.runner }} next build
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
with:
|
||||
path: ./out
|
||||
|
||||
@@ -90,4 +90,4 @@ jobs:
|
||||
steps:
|
||||
- name: Deploy to GitHub Pages
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v4
|
||||
uses: actions/deploy-pages@v3
|
||||
|
||||
Reference in New Issue
Block a user