From 9100ba8fa9bcb471c22eedff004ae6247750755f Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 3 Aug 2024 11:51:20 +0200 Subject: [PATCH] debug --- .github/workflows/deploy.yaml | 2 ++ 1 file changed, 2 insertions(+) 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