Skip to content

Commit

Permalink
Update nextjs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NPJigaK authored Sep 30, 2024
1 parent 0f8bc26 commit 450017c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: aaa
run: rm next.config.js
- name: Checkout
uses: actions/checkout@v3
- name: Detect package manager
Expand Down Expand Up @@ -63,6 +61,8 @@ jobs:
#
# You may remove this line if you want to manage the configuration yourself.
static_site_generator: next
- name: aaa
run: rm -R .next/cache
- name: Restore cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 450017c

Please sign in to comment.