diff --git a/.github/workflows/gh-pages.yaml b/.github/workflows/gh-pages.yaml index aba342a..f695b30 100644 --- a/.github/workflows/gh-pages.yaml +++ b/.github/workflows/gh-pages.yaml @@ -49,7 +49,7 @@ jobs: uses: actions/cache@v4 with: path: | - ./web/next/cache + ./web/.next/cache # Generate a new cache whenever packages or source files change. key: ${{ runner.os }}-nextjs-${{ hashFiles('**/web/package-lock.json', '**/web/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} # If source files changed but packages didn't, rebuild from a prior cache.