From 9e329059c7ed1580ab29b511fcb138badaf9264c Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 17:56:16 +0000 Subject: [PATCH] Update .github/workflows/main.yml --- .github/workflows/main.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9c2db8a..58e0477 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,14 +9,22 @@ on: workflow_dispatch: jobs: + dep: + name: Install node + runs-on: ubuntu-latest + + steps: + - uses: actions/setup-node@v3 + with: + node-versoon: 18 + build: name: Build thesis PDFs runs-on: ubuntu-latest + needs: dep container: { image: 'aergus/latex' } steps: - - name: Install nodejs - run: apt-get update && apt-get install -y nodejs - uses: https://gitea.com/ScMi1/checkout@v1 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en