diff --git a/.github/workflows/gatsby.yml b/.github/workflows/gatsby.yml index a506cb3..fd61b2f 100644 --- a/.github/workflows/gatsby.yml +++ b/.github/workflows/gatsby.yml @@ -56,14 +56,14 @@ jobs: with: node-version: "20" cache: ${{ steps.detect-package-manager.outputs.manager }} - - name: Setup Pages - id: pages - uses: actions/configure-pages@v4 - 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: Setup Pages + # id: pages + # uses: actions/configure-pages@v4 + # 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@v4 with: