diary

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

commit c6e539da090ae18a2887c7bcc7c9bf429fb8041f
parent 650a6e3e03e6e893d80cd8c6d284be3327aeca9a
Author: Andreas Gruhler <agruhl@gmx.ch>
Date:   Sat, 24 Jul 2021 17:11:21 +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 @@ -18,14 +18,12 @@ jobs: run: mandoc -Thtml man1/diary.1 > man1/diary.1.html - name: Add ssh key env: - SSH_AUTH_SOCK: $RUNNER_TEMP/ssh-agent.sock + SSH_AUTH_SOCK: /tmp/ssh-agent.sock # https://www.webfactory.de/blog/use-ssh-key-for-private-repositories-in-github-actions run: | ssh-agent -a $SSH_AUTH_SOCK > /dev/null - ls -l $RUNNER_TEMP - ls -l $SSH_AUTH_SOCK ssh-add - <<< "${{ secrets.SSH_B64 }}" - name: Send html to website env: - SSH_AUTH_SOCK: $RUNNER_TEMP/ssh-agent.sock + SSH_AUTH_SOCK: /tmp/ssh-agent.sock run: scp man1/diary.1.html hcloud@diary.in0rdr.ch:/home/hcloud/