commit 2fdb42061ea11990c4a2e6f5384e8665b20cbe6a
parent b2499d48c40098766517131c065567d2a23d9a74
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 24 Jul 2021 10:59:33 +0200
Update man.yml
Diffstat:
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml
@@ -10,8 +10,10 @@ jobs:
man:
runs-on: ubuntu-20.04
steps:
+ - name: Check out repository
+ uses: actions/checkout@v2
- name: Install mandoc
- run: sudo apt-get install mandoc && ls -l && pwd
+ run: sudo apt-get install mandoc
- name: Create html from man doc
run: mandoc -Thtml man/diary.1 > man/diary.1.html
- name: Send html to website