From e318c6e56e0cea63da6ad6be7e0d175be5ebb32b Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 6 Mar 2021 20:14:26 +0100 Subject: [PATCH] Debug web site --- .github/workflows/gh-pages.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 1658ce6..8db5c03 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,13 @@ jobs: run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el docs/ - name: make - run: make -C src/ doc && ls docs/ + run: make -C src/ doc && ls -sh ./docs/ + + - name: pwd + run: pwd + + - name: ls + run: ls -sh ./docs - name: Deploy uses: peaceiris/actions-gh-pages@v3