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