Compare commits

..

1 Commits

Author SHA1 Message Date
35eabc5ff9 Refactor GitHub Actions workflow to install LaTeX dependencies and build document directly, updating artifact upload step
Some checks failed
Build LaTeX Document / build_latex (pull_request) Failing after 1m45s
2025-02-09 23:11:51 +01:00

View File

@@ -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