summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-28 11:56:57 -1000
committerGitHub <noreply@github.com>2021-10-28 11:56:57 -1000
commit8e721eb8e7da622f6201b6c5937a5f33baac2cc6 (patch)
treea10610f95cd331f6f65a0595b00429540677d5f8 /.github
parent82b2cdc7dfae46c5bfcddc695e0ab93597179b73 (diff)
downloadasciidoc-py3-8e721eb8e7da622f6201b6c5937a5f33baac2cc6.tar.gz
Fix running make docs (#203)
Diffstat (limited to '.github')
-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 d69097b..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
- pip3 install .
+
+ - run: make install
+ - run: sudo make docs
+
+ - name: Print versions
+ run: |
asciidoc --version
a2x --version