Compare commits

...
Author SHA1 Message Date
Mike Farah 7f84432a01 Man page release workflow wip 2021-10-21 19:40:32 +11:00
Mike Farah b10cdb0964 Man page release workflow wip 2021-10-21 19:27:34 +11:00
Mike Farah 0ad1e5a276 Man page wip 2021-10-21 18:51:30 +11:00
+1 -3
View File
@@ -21,15 +21,13 @@ jobs:
- name: Generate man page
uses: docker://pandoc/core:2.14.2
id: gen-man-page
env:
MAN_HEADER: yq (https://github.com/mikefarah/yq/) version ${{ GITHUB_REF##*/ }}
with:
args: >-
--standalone
--to man
--variable=title:"YQ"
--variable=section:"1"
--variable=header:"${{MAN_HEADER}}"
--variable=header:"yq (https://github.com/mikefarah/yq/) version ${GITHUB_REF/refs\/tags\//}"
--variable=author:"Mike Farah"
--output=yq.1
${{ steps.gen-man-page-md.outputs.man-page-md }}