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