Compare commits

...
Author SHA1 Message Date
Mike Farah 0ad1e5a276 Man page wip 2021-10-21 18:51:30 +11:00
+4 -1
View File
@@ -18,11 +18,14 @@ jobs:
./scripts/generate-man-page-md.sh
echo "::set-output name=man-page-md::man.md"
- name: Get the version
id: get_version
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
- 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##*/ }}
MAN_HEADER: yq (https://github.com/mikefarah/yq/) version ${{ steps.get_version.outputs.VERSION }}
with:
args: >-
--standalone