commit 1a2857d4a87a691ba03d9cf24c4fb71f468572e6
parent 90533f5466c0c94e362715a1e33514a13f4dda41
Author: Andreas Gruhler <agruhl@gmx.ch>
Date: Sat, 24 Jul 2021 10:55:09 +0200
Update man.yml
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml
@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Install mandoc
- run: sudo apt-get install mandoc
+ run: sudo apt-get install mandoc && ls -l
- name: Create html from man doc
run: mandoc -Thtml man/diary.1 > man/diary.1.html
- name: Send html to website