Build manpage just before packaging (#557)

This commit is contained in:
Félix Saparelli 2023-03-22 17:46:19 +13:00 committed by GitHub
parent 4d081848a7
commit 7e06e2d91d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -232,6 +232,12 @@ jobs:
if: matrix.cross
run: cross build --package watchexec-cli --release --locked --target ${{ matrix.target }}
- name: Make manpage
run: cargo run -p watchexec-cli -- --manual > doc/watchexec.1
- name: Make completions
run: bin/completions
- name: Package
shell: bash
run: |