mirror of
https://github.com/mikefarah/yq.git
synced 2025-01-27 08:55:37 +00:00
Man page wip
This commit is contained in:
parent
e8b30b1dbf
commit
0ad1e5a276
5
.github/workflows/release-test.yml
vendored
5
.github/workflows/release-test.yml
vendored
@ -18,11 +18,14 @@ 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/refs\/tags\//}
|
||||||
- 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
|
||||||
env:
|
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:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--standalone
|
--standalone
|
||||||
|
Loading…
Reference in New Issue
Block a user