diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1ec7ab9..18d8402 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,7 +35,7 @@ jobs: uses: actions/cache@v3 with: path: node_modules - key: node-modules-${{ hashFiles('package-lock.json') }} + key: node-modules-${{ hashFiles('bun.lockb') }} - name: Install dependencies 🔧 shell: bash @@ -44,8 +44,6 @@ jobs: - name: Setup Pages ⚙️ uses: actions/configure-pages@v4 - with: - static_site_generator: next - name: Build with Next.js 🏗️ run: bun run build