From 7ba54b531725977790f70f56e8b723ff90edbe41 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 18:24:50 +0000 Subject: [PATCH] revert 9e329059c7ed1580ab29b511fcb138badaf9264c revert Update .github/workflows/main.yml --- .github/workflows/main.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 58e0477..9c2db8a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,22 +9,14 @@ 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