Compare commits
1 Commits
e3c1293fda
...
03bfa08de2
Author | SHA1 | Date | |
---|---|---|---|
03bfa08de2 |
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -9,8 +9,6 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
|
||||||
image: ubuntu:latest
|
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
@@ -29,6 +27,9 @@ jobs:
|
|||||||
apt-get install miktex -y
|
apt-get install miktex -y
|
||||||
miktexsetup --shared=yes finish
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
|
- name: Update MiKTeX
|
||||||
|
run: miktexsetup --update
|
||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: |
|
run: |
|
||||||
pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
||||||
|
Reference in New Issue
Block a user