summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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