diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c0e8e66..a02ad75 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,21 +32,11 @@ jobs: uses: actions/setup-node@v4 with: node-version: 20 - cache: "npm" - name: Setup Pages uses: actions/configure-pages@v5 with: - static_site_generator: next - - - name: Restore cache - uses: actions/cache@v4 - with: - path: | - .next/cache - key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}-${{ hashFiles('**.[jt]s', '**.[jt]sx') }} - restore-keys: | - ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json', '**/yarn.lock') }}- + static_site_generator: nexts - name: Install dependencies run: npm install && sudo apt install genisoimage