mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-27 17:05:35 +00:00
Man page release workflow wip
This commit is contained in:
parent
826b3f9ad8
commit
8a1b648868
6
.github/workflows/release-test.yml
vendored
6
.github/workflows/release-test.yml
vendored
@ -18,6 +18,10 @@ jobs:
|
|||||||
./scripts/generate-man-page-md.sh
|
./scripts/generate-man-page-md.sh
|
||||||
echo "::set-output name=man-page-md::man.md"
|
echo "::set-output name=man-page-md::man.md"
|
||||||
|
|
||||||
|
- name: Get the version
|
||||||
|
id: get_version
|
||||||
|
run: echo ::set-output name=VERSION::${GITHUB_REF##*/}
|
||||||
|
|
||||||
- name: Generate man page
|
- name: Generate man page
|
||||||
uses: docker://pandoc/core:2.14.2
|
uses: docker://pandoc/core:2.14.2
|
||||||
id: gen-man-page
|
id: gen-man-page
|
||||||
@ -27,7 +31,7 @@ jobs:
|
|||||||
--to man
|
--to man
|
||||||
--variable=title:"YQ"
|
--variable=title:"YQ"
|
||||||
--variable=section:"1"
|
--variable=section:"1"
|
||||||
--variable=header:"yq (https://github.com/mikefarah/yq/) version ${GITHUB_REF##*/}"
|
--variable=header:"yq (https://github.com/mikefarah/yq/) version ${{ steps.get_version.outputs.VERSION }}"
|
||||||
--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 }}
|
||||||
|
Loading…
Reference in New Issue
Block a user