Skip to content

Commit d93ec7a

Browse files
committed
Geneate man pages in test builds
1 parent 71acd4f commit d93ec7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/test.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,16 @@ jobs:
7272

7373
- name: Export Command Test
7474
run: it/export.sh
75+
docs:
76+
runs-on: ubuntu-latest
77+
steps:
78+
- uses: actions/checkout@v3
79+
- name: Documentation Build
80+
run: go run ./hack/generate-manual
81+
- uses: actions/upload-artifact@v3
82+
with:
83+
name: man-pages
84+
path: man/
7585
# This action tests two things: That the GitHub Action works (as defined in the action.yml file) and by running
7686
# Paranoia on itself that we are shipping only the correct certs internally.
7787
paranoia-action-self-check:

0 commit comments

Comments
 (0)