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:
|
jobs:
|
||||||
build_latex:
|
build_latex:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
container: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js
|
- name: Install Node.js
|
||||||
run: |
|
run: |
|
||||||
@@ -28,8 +29,7 @@ jobs:
|
|||||||
miktexsetup --shared=yes finish
|
miktexsetup --shared=yes finish
|
||||||
|
|
||||||
- name: Build LaTeX document
|
- name: Build LaTeX document
|
||||||
run: |
|
run: pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex
|
||||||
pdflatex -interaction=nonstopmode -halt-on-error Tesi.tex || (cat /root/.miktex/texmfs/data/miktex/log/pdflatex.log && exit 1)
|
|
||||||
|
|
||||||
- name: Upload PDF artifact
|
- name: Upload PDF artifact
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
|
Reference in New Issue
Block a user