commit b2499d48c40098766517131c065567d2a23d9a74
parent 1a2857d4a87a691ba03d9cf24c4fb71f468572e6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 10:57:24 +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 && ls -l
+      run: sudo apt-get install mandoc && ls -l && pwd
     - name: Create html from man doc
       run: mandoc -Thtml man/diary.1 > man/diary.1.html
     - name: Send html to website