pnpm fix
All checks were successful
Build and Deploy DAVE | DMGs Site / deploy (push) Successful in 1m7s

This commit is contained in:
2025-09-15 10:56:13 +02:00
parent aea641b083
commit a4b8163056

View File

@@ -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: |