use two jobs
This commit is contained in:
parent
5a5b990f4e
commit
3f668b5caa
1 changed files with 5 additions and 3 deletions
|
@ -3,12 +3,14 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|||
on: [push]
|
||||
|
||||
jobs:
|
||||
build_latex:
|
||||
checkout:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: aergus/latex
|
||||
steps:
|
||||
- name: check out repo
|
||||
uses: actions/checkout@v3
|
||||
compile:
|
||||
container:
|
||||
image: aergus/latex
|
||||
steps:
|
||||
- name: Set up Git repository
|
||||
run: latexmk main.tex
|
||||
|
|
Loading…
Reference in a new issue