Skip to content

Commit

Permalink
fix: Build
Browse files Browse the repository at this point in the history
  • Loading branch information
eythaann committed Jan 19, 2024
1 parent de2c3dd commit 15e6592
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,14 @@ jobs:
- name: Setup Pages
uses: actions/configure-pages@v4
with:
working-directory: rt-website
static_site_generator: next
generator_config_file: ./rt-website/next.config.js

- name: Restore cache
uses: actions/cache@v3
with:
working-directory: rt-website
path: |
.next/cache
rt-website/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
Expand Down

0 comments on commit 15e6592

Please sign in to comment.