From 5f27e6d384d53cc01a7903cb29eababafab0d11e Mon Sep 17 00:00:00 2001 From: Max Date: Sat, 3 Aug 2024 12:55:24 +0200 Subject: [PATCH] debug --- .github/workflows/deploy.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 2154835..f8380d5 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -75,6 +75,9 @@ jobs: with: node-version: 18 cache: pnpm + - name: Debug + run: | + ls docs - name: Install dependencies run: pnpm install --frozen-lockfile - name: Build website