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]
|
on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
checkout:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: aergus/latex
|
|
||||||
steps:
|
steps:
|
||||||
- name: check out repo
|
- name: check out repo
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
compile:
|
||||||
|
container:
|
||||||
|
image: aergus/latex
|
||||||
|
steps:
|
||||||
- name: Set up Git repository
|
- name: Set up Git repository
|
||||||
run: latexmk main.tex
|
run: latexmk main.tex
|
||||||
|
|
Loading…
Reference in a new issue