summaryrefslogtreecommitdiff
path: root/.github/workflows/test.yml
diff options
context:
space:
mode:
authorMatthew Peveler <matt.peveler@gmail.com>2021-10-17 09:20:43 -1000
committerMatthew Peveler <matt.peveler@gmail.com>2021-10-17 09:20:43 -1000
commit1d7aab535d979984165d600df960f857019ca49e (patch)
tree498ad7df7a1a868014637a791535c0bbc9ebb2f6 /.github/workflows/test.yml
parente3a23173e48a2cc893c5d6d9e57080126f775e8f (diff)
downloadasciidoc-py3-1d7aab535d979984165d600df960f857019ca49e.tar.gz
Fix running make docs
Signed-off-by: Matthew Peveler <matt.peveler@gmail.com>
Diffstat (limited to '.github/workflows/test.yml')
-rw-r--r--.github/workflows/test.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index d69097b..1682f66 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -74,8 +74,8 @@ jobs:
run: |
autoconf
./configure
- make
- pip3 install .
+ make install
+ make docs
asciidoc --version
a2x --version