Compare commits

..

1 Commits

Author SHA1 Message Date
e17bad67d6 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 13s
2025-02-09 23:09:15 +01:00

View File

@@ -9,7 +9,7 @@ on:
jobs: jobs:
build_latex: build_latex:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: container: ubuntu:latest
steps: steps:
- name: Install Node.js - name: Install Node.js
run: | run: |