From af46a7845edc7799e8a964735f1efc869c86fccc Mon Sep 17 00:00:00 2001 From: bastantoine Date: Sun, 16 Jun 2024 07:57:41 +0200 Subject: [PATCH] Added debug step --- .github/workflows/build-prez.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-prez.yml b/.github/workflows/build-prez.yml index 8848fb2..266ba76 100644 --- a/.github/workflows/build-prez.yml +++ b/.github/workflows/build-prez.yml @@ -47,6 +47,10 @@ jobs: with: merge-multiple: true path: dist/ + - name: Debug + run: ls -lA + - name: Debug + run: ls -lA dist/ - name: Generate HTML files run: | ./marp -I dist/ --allow-local-files --output _site --html