From 05be5c601abf861b678e0a79c50779dccd7114f5 Mon Sep 17 00:00:00 2001 From: santinic Date: Tue, 18 Oct 2022 21:43:59 +0100 Subject: [PATCH] man --- .github/workflows/install.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/install.yml b/.github/workflows/install.yml index 20354cb..024f6b7 100644 --- a/.github/workflows/install.yml +++ b/.github/workflows/install.yml @@ -27,7 +27,7 @@ jobs: ver=`how2 --version` latest=`curl -s https://raw.githubusercontent.com/santinic/how2/master/package.json | jq -r '.version'` if [ $ver != $latest ]; then exit 1; fi - #- run: man how2 + - run: man -P cat how2 linux-binary: runs-on: ubuntu-latest steps: