Compare commits

..

1 Commits

Author SHA1 Message Date
54cec3f96f 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 29s
2025-02-09 22:46:29 +01:00

View File

@@ -13,9 +13,7 @@ jobs:
steps: steps:
- name: Install Node.js - name: Install Node.js
run: | uses: actions/setup-node@v4.2.0
curl -fsSL https://deb.nodesource.com/setup_20.x | sudo bash -
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