Compare commits
1 Commits
03bfa08de2
...
e3c1293fda
Author | SHA1 | Date | |
---|---|---|---|
e3c1293fda |
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@@ -9,6 +9,8 @@ on:
|
||||
jobs:
|
||||
build_latex:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
@@ -27,9 +29,6 @@ jobs:
|
||||
apt-get install miktex -y
|
||||
miktexsetup --shared=yes finish
|
||||
|
||||
- name: Update MiKTeX
|
||||
run: miktexsetup --update
|
||||
|
||||
- name: Build LaTeX document
|
||||
run: |
|
||||
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