Skip to content

Commit

Permalink
fix: remove setup-pages step
Browse files Browse the repository at this point in the history
  • Loading branch information
anoop-b committed May 16, 2023
1 parent d53b453 commit 2248521
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,6 @@ jobs:
with:
node-version: "18"
cache: ${{ steps.detect-package-manager.outputs.manager }}
- name: Setup Pages
id: pages
uses: actions/configure-pages@v3
with:
# Automatically inject pathPrefix in your Gatsby configuration file.
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: gatsby
- name: Restore cache
uses: actions/cache@v3
with:
Expand All @@ -80,7 +72,7 @@ jobs:
run: ${{ steps.detect-package-manager.outputs.manager }} ${{ steps.detect-package-manager.outputs.command }}
- name: Build with Gatsby
env:
PREFIX_PATHS: 'true'
PREFIX_PATHS: "true"
GHOST_CONTENT_API_KEY: ${{ secrets.GHOST_CONTENT_API_KEY }}
GHOST_API_URL: ${{ vars.GHOST_CONTENT_API_KEY }}
run: ${{ steps.detect-package-manager.outputs.manager }} run build
Expand Down

0 comments on commit 2248521

Please sign in to comment.