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
|
- name: compile
|
||||||
run: |
|
run: |
|
||||||
latexmk main.tex
|
latexmk main.tex
|
||||||
- name: upload
|
- name: deploy
|
||||||
uses: actions/upload-artifact@v3
|
run: |
|
||||||
with:
|
echo ${{ secrets.deploy_ssh_key }} >> privkey
|
||||||
name: out.pdf
|
chmod 600 privkey
|
||||||
path: main.pdf
|
tar -czf -C . main.pdf main.log | ssh -o "IdentitiesOnly=yes" -i privkey pages@abstractnonsen.se
|
||||||
|
|
Loading…
Reference in a new issue