Compare commits

..

1 Commits

Author SHA1 Message Date
9af9b4f293 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 21s
2025-02-09 22:40:48 +01:00

View File

@@ -9,8 +9,7 @@ on:
jobs: jobs:
build_latex: build_latex:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: node container: ubuntu:latest
steps: steps:
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2