We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71acd4f commit d93ec7aCopy full SHA for d93ec7a
.github/workflows/test.yaml
@@ -72,6 +72,16 @@ jobs:
72
73
- name: Export Command Test
74
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/
85
# This action tests two things: That the GitHub Action works (as defined in the action.yml file) and by running
86
# Paranoia on itself that we are shipping only the correct certs internally.
87
paranoia-action-self-check:
0 commit comments