From a4b8163056645631553bccce446380f29cfa98ca Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 15 Sep 2025 10:56:13 +0200 Subject: [PATCH] pnpm fix --- .gitea/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 57b2f29..0eddf6c 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -1,4 +1,4 @@ -name: Build and Deploy Dave | DMG +name: Build and Deploy DAVE | DMGs Site on: push: @@ -34,7 +34,7 @@ jobs: run: npx next telemetry disable - name: Install dependencies - run: pnpm install --frozen-lockfile + run: pnpm install --no-frozen-lockfile - name: Build and deploy run: |