From 479a0681995f21620aa31c52245c1acc0e3f085e Mon Sep 17 00:00:00 2001 From: Anthony Scemama Date: Sat, 6 Mar 2021 19:56:36 +0100 Subject: [PATCH] testing workflow --- .github/workflows/gh-pages.yml | 2 +- tools/create_doc.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 7cbcafa..1658ce6 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -24,7 +24,7 @@ jobs: run: git clone https://github.com/hniksic/emacs-htmlize && cp emacs-htmlize/htmlize.el docs/ - name: make - run: make -C src/ doc + run: make -C src/ doc && ls docs/ - name: Deploy uses: peaceiris/actions-gh-pages@v3 diff --git a/tools/create_doc.sh b/tools/create_doc.sh index 104fb57..ecb5d7b 100755 --- a/tools/create_doc.sh +++ b/tools/create_doc.sh @@ -1,5 +1,7 @@ #!/bin/bash +set -x + INPUT=merged.org if [[ -z $QMCKL_ROOT ]] then