fix enquoting
Some checks reported warnings
Gitea Actions Demo / checkout (push) Has been cancelled

This commit is contained in:
Maximilian Keßler 2023-10-17 14:51:38 +02:00
parent 9e6694a91c
commit e405e38979
Signed by: max
GPG Key ID: BCC5A619923C0BA5

View File

@ -22,6 +22,6 @@ jobs:
latexmk main.tex
- name: deploy
run: |
echo ${{ secrets.deploy_ssh_key }} >> privkey
echo "${{ secrets.deploy_ssh_key }}" >> privkey
chmod 600 privkey
tar -czf -C . main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se