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