Skip to content

Commit

Permalink
Update gatsby.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zteric authored Feb 5, 2024
1 parent 9784462 commit d791064
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/gatsby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit d791064

Please sign in to comment.