add manpage generator

This commit is contained in:
2021-08-17 03:42:47 +03:00
parent 41a3c08d9f
commit a90c93bbc4
10 changed files with 36 additions and 24 deletions

View File

@ -18,7 +18,7 @@ jobs:
docker run \
-v ${{ github.workspace }}:/build -w /build \
archlinux:latest \
/bin/bash -c "pacman --noconfirm -Syu base-devel python python-pip && \
/bin/bash -c "pacman --noconfirm -Syu base-devel python-argparse-manpage python-pip && \
pip install -e .[web] && \
pip install -e .[check] && \
pip install -e .[s3] && \