diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 9eb71b8..89da72c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -74,6 +74,8 @@ jobs: with: node-version: 18 cache: pnpm + - name: Debug + run: ls - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build website