deploy to pages
Some checks failed
Gitea Actions Demo / checkout (push) Failing after 1m33s

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

View File

@ -20,8 +20,8 @@ jobs:
- name: compile
run: |
latexmk main.tex
- name: upload
uses: actions/upload-artifact@v3
with:
name: out.pdf
path: main.pdf
- name: deploy
run: |
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