Man page release workflow wip

This commit is contained in:
Mike Farah 2021-10-21 19:27:34 +11:00
parent 0ad1e5a276
commit b10cdb0964

View File

@ -32,7 +32,7 @@ jobs:
--to man --to man
--variable=title:"YQ" --variable=title:"YQ"
--variable=section:"1" --variable=section:"1"
--variable=header:"${{MAN_HEADER}}" --variable=header:"${MAN_HEADER}"
--variable=author:"Mike Farah" --variable=author:"Mike Farah"
--output=yq.1 --output=yq.1
${{ steps.gen-man-page-md.outputs.man-page-md }} ${{ steps.gen-man-page-md.outputs.man-page-md }}