mirror of
https://github.com/mikefarah/yq.git
synced 2024-12-19 20:19:04 +00:00
Man page release workflow wip
This commit is contained in:
parent
9c98d3effe
commit
e8b30b1dbf
8
.github/workflows/release-test.yml
vendored
8
.github/workflows/release-test.yml
vendored
@ -19,17 +19,17 @@ jobs:
|
|||||||
echo "::set-output name=man-page-md::man.md"
|
echo "::set-output name=man-page-md::man.md"
|
||||||
|
|
||||||
- name: Generate man page
|
- name: Generate man page
|
||||||
uses: docker://pandoc/latex:2.9
|
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 ${{ GITHUB_REF##*/ }}
|
||||||
with:
|
with:
|
||||||
args: >-
|
args: >-
|
||||||
--standalone
|
--standalone
|
||||||
--to man
|
--to man
|
||||||
--variable=title:"YQ"
|
--variable=title:"YQ"
|
||||||
--variable=section:"1"
|
--variable=section:"1"
|
||||||
--variable=header:"${MAN_HEADER}"
|
--variable=header:"${{MAN_HEADER}}"
|
||||||
--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 }}
|
||||||
@ -39,8 +39,6 @@ jobs:
|
|||||||
sudo apt-get install rhash -y
|
sudo apt-get install rhash -y
|
||||||
go get github.com/mitchellh/gox
|
go get github.com/mitchellh/gox
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
pwd
|
|
||||||
ls
|
|
||||||
cp yq.1 build/yq.1
|
cp yq.1 build/yq.1
|
||||||
./scripts/xcompile.sh
|
./scripts/xcompile.sh
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user