Skip to content

Commit

Permalink
fix: Setup Pagesステップを無効化
Browse files Browse the repository at this point in the history
  • Loading branch information
nonick-mc authored Nov 12, 2024
1 parent 81749bb commit a65f75d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
node-version: "20"
cache: ${{ steps.detect-package-manager.outputs.manager }}
cache-dependency-path: ./pnpm-lock.yaml
- name: Setup Pages
uses: actions/configure-pages@v5
with:
# - name: Setup Pages
# uses: actions/configure-pages@v5
# with:
# Automatically inject basePath in your Next.js configuration file and disable
# server side image optimization (https://nextjs.org/docs/api-reference/next/image#unoptimized).
#
# You may remove this line if you want to manage the configuration yourself.
# static_site_generator: next
generator_config_file: next.config.mjs
# generator_config_file: next.config.mjs
- name: Restore cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit a65f75d

Please sign in to comment.