Skip to content

Commit

Permalink
man
Browse files Browse the repository at this point in the history
  • Loading branch information
santinic committed Oct 18, 2022
1 parent d7cddc3 commit 05be5c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 05be5c6

Please sign in to comment.