Compare commits

..

1 Commits

Author SHA1 Message Date
30fce787f0 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 5s
2025-02-09 22:51:19 +01:00

View File

@@ -9,13 +9,13 @@ 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: |
apt update && apt install -y curl
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash - curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
apt install -y nodejs sudo apt-get install -y nodejs
- name: Set up Git repository - name: Set up Git repository
uses: actions/checkout@v4.2.2 uses: actions/checkout@v4.2.2