From 46f297c3317f5690e0dd6d2ac89ee5dbba8f5868 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan-Eric=20N=C3=A6ss?= Date: Thu, 14 Nov 2024 19:07:15 +0100 Subject: [PATCH] Don't use the cache --- .github/workflows/deploy.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) 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