This commit is contained in:
@ -2,17 +2,16 @@ name: Latex Build
|
|||||||
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
run-name: ${{ github.actor }} is testing out Gitea Actions 🚀
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
|
LatexBuild:
|
||||||
|
runs-on: pi
|
||||||
|
needs: [act-docker-prebuild]
|
||||||
|
container:
|
||||||
|
image: miktex/miktex
|
||||||
|
steps:
|
||||||
|
- name: Checkout
|
||||||
|
uses: actions/checkout@vb
|
||||||
|
|
||||||
black:
|
- uses: xu-cheng/latex-action@v3
|
||||||
runs-on: pi
|
with:
|
||||||
needs: [act-docker-prebuild]
|
root_file: |
|
||||||
container:
|
conference_101719.tex
|
||||||
image: miktex/miktex
|
|
||||||
steps:
|
|
||||||
- name: Checkout
|
|
||||||
uses: actions/checkout@vb
|
|
||||||
|
|
||||||
- uses: xu-cheng/latex-action@v3
|
|
||||||
with:
|
|
||||||
root_file: |
|
|
||||||
conference_101719.tex
|
|
||||||
|
Reference in New Issue
Block a user