This commit is contained in:
parent
e009aee428
commit
9e6694a91c
1 changed files with 5 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue