Remove unused step ID from a few Pages workflows
This commit is contained in:
@@ -53,7 +53,6 @@ jobs:
|
|||||||
node-version: "16"
|
node-version: "16"
|
||||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
|
||||||
uses: actions/configure-pages@v2
|
uses: actions/configure-pages@v2
|
||||||
with:
|
with:
|
||||||
# Automatically inject basePath in your Next.js configuration file and disable
|
# Automatically inject basePath in your Next.js configuration file and disable
|
||||||
|
|||||||
@@ -51,7 +51,6 @@ jobs:
|
|||||||
node-version: "16"
|
node-version: "16"
|
||||||
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
cache: ${{ steps.detect-package-manager.outputs.manager }}
|
||||||
- name: Setup Pages
|
- name: Setup Pages
|
||||||
id: pages
|
|
||||||
uses: actions/configure-pages@v2
|
uses: actions/configure-pages@v2
|
||||||
with:
|
with:
|
||||||
# Automatically inject router.base in your Nuxt configuration file and set
|
# Automatically inject router.base in your Nuxt configuration file and set
|
||||||
|
|||||||
Reference in New Issue
Block a user