diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index ec4bbde..3587a79 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -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: @@ -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