Skip to content

Commit 42d3a1c

Browse files
committed
add man page building to CI
1 parent 90382ed commit 42d3a1c

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,15 @@ jobs:
374374
./venv/bin/pytest test
375375
shell: bash
376376

377+
- name: Build man pages
378+
run: |
379+
. venv/bin/activate
380+
pip install argparse-manpage
381+
cd docs
382+
make
383+
find man/pyosmium-get-changes.1
384+
find man/pyosmium-up-to-date.1
385+
377386
378387
build-windows:
379388
runs-on: windows-2022

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ docs = [
5353
'mkdocs-autorefs',
5454
'mkdocs-gen-files',
5555
'mkdocs-jupyter',
56-
'argparse-manpage '
56+
'argparse-manpage'
5757
]
5858

5959
[project.scripts]

0 commit comments

Comments
 (0)