mirror of
https://github.com/mikefarah/yq.git
synced 2025-03-13 06:15:37 +00:00
Man page release workflow wip
This commit is contained in:
parent
b10cdb0964
commit
7f84432a01
7
.github/workflows/release-test.yml
vendored
7
.github/workflows/release-test.yml
vendored
@ -18,21 +18,16 @@ 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 ${{ steps.get_version.outputs.VERSION }}
|
||||
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 }}
|
||||
|
Loading…
Reference in New Issue
Block a user