simplify compiling
Some checks reported warnings
Gitea Actions Demo / checkout (push) Has been cancelled
Some checks reported warnings
Gitea Actions Demo / checkout (push) Has been cancelled
This commit is contained in:
parent
e405e38979
commit
15042bd293
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ jobs:
|
||||||
|
|
||||||
- name: compile
|
- name: compile
|
||||||
run: |
|
run: |
|
||||||
latexmk main.tex
|
pdflatex main.tex
|
||||||
- name: deploy
|
- name: deploy
|
||||||
run: |
|
run: |
|
||||||
echo "${{ secrets.deploy_ssh_key }}" >> privkey
|
echo "${{ secrets.deploy_ssh_key }}" >> privkey
|
||||||
|
|
Loading…
Reference in a new issue