Compare commits
1 Commits
e8da31a974
...
35eabc5ff9
Author | SHA1 | Date | |
---|---|---|---|
35eabc5ff9 |
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@@ -9,6 +9,7 @@ on:
|
||||
jobs:
|
||||
build_latex:
|
||||
runs-on: ubuntu-latest
|
||||
container: ubuntu:latest
|
||||
steps:
|
||||
- name: Install Node.js
|
||||
run: |
|
||||
@@ -28,8 +29,7 @@ jobs:
|
||||
miktexsetup --shared=yes finish
|
||||
|
||||
- name: Build LaTeX document
|
||||
run: |
|
||||
pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
||||
run: pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex
|
||||
|
||||
- name: Upload PDF artifact
|
||||
uses: actions/upload-artifact@v4
|
||||
|
Reference in New Issue
Block a user