Initialised the repository #5
@ -12,3 +12,18 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: pdflatex conference_101719.tex
|
- run: pdflatex conference_101719.tex
|
||||||
|
|
||||||
|
LatexBuild2:
|
||||||
|
runs-on: pi
|
||||||
|
container:
|
||||||
|
image: miktex/miktex:latest
|
||||||
|
pull: true
|
||||||
|
steps:
|
||||||
|
- name: Set up Git repository
|
||||||
|
uses: actions/checkout@master
|
||||||
|
- name: Compile LaTeX document
|
||||||
|
uses: dante-ev/latex-action@latest
|
||||||
|
with:
|
||||||
|
root_file: main.tex
|
||||||
|
compiler: pdflatex
|
||||||
|
args: -interaction=nonstopmode -shell-escape
|
||||||
|
Loading…
x
Reference in New Issue
Block a user