diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index 98e95a1..60a83de 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -31,9 +31,10 @@ jobs: with: node-version: 23.11.0 cache: 'pnpm' + - run: pnpm install - - name: Install dependencies - run: pnpm install + # - name: Install dependencies + # run: pnpm install - name: Build website run: pnpm run build-action