summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-17 09:27:29 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-10-17 09:27:33 -1000
commit1c478083260b1c027b136cc35450d56f4a32b4c7 (patch)
tree3c0c4541f3fd0f2cb6f9abaed1b5c24230ed3f21
parent1d7aab535d979984165d600df960f857019ca49e (diff)
downloadasciidoc-py3-mpeveler/bugfix-make-docs.tar.gz
reconfigure make CI stepsmpeveler/bugfix-make-docs
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
-rw-r--r--.github/workflows/test.yml10
1 files changed, 7 insertions, 3 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 1682f66..4b71ec2 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -70,12 +70,16 @@ jobs:
- run: time python tests/testasciidoc.py run
- run: git clean -x -f doc tests/data
- - name: Test make install
+ - name: Configure make
run: |
autoconf
./configure
- make install
- make docs
+
+ - run: make install
+ - run: sudo make docs
+
+ - name: Print versions
+ run: |
asciidoc --version
a2x --version