diary

Text-based journaling program
git clone https://git.in0rdr.ch/diary.git
Log | Files | Refs | README | LICENSE

commit b9b26adaf1bf90e93060129dcc7279839aca2f6e
parent c2e04764289bb913d3f4caf2b8e6c4c8e2ed24b6
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 11:06:12 +0200

Update man.yml
Diffstat:
M.github/workflows/man.yml | 6++----
1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/man.yml b/.github/workflows/man.yml @@ -12,13 +12,11 @@ jobs: steps: - name: Check out repository uses: actions/checkout@v2 - - name: debug - run: echo pwd && echo $GITHUB_WORKSPACE && ls -l - name: Install mandoc run: sudo apt-get install mandoc - name: Create html from man doc - run: mandoc -Thtml man/diary.1 > man/diary.1.html + run: mandoc -Thtml man1/diary.1 > man1/diary.1.html - name: Send html to website env: SSH_B64: ${{ secrets.SSH_B64 }} - run: scp -i $(echo $SSH_B64 | base64 -d) man/diary.1.html hcloud@diary.in0rdr.ch:/home/hcloud/ + run: scp -i $(echo $SSH_B64 | base64 -d) man1/diary.1.html hcloud@diary.in0rdr.ch:/home/hcloud/