From 13456bedef2ccc8ce34c3d4daae74fe0cc234125 Mon Sep 17 00:00:00 2001 From: "oleg.petruny" Date: Wed, 12 Feb 2025 08:02:04 +0000 Subject: [PATCH] fix --- .github/workflows/main.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bbb2a34..9198609 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,15 +9,6 @@ on: workflow_dispatch: jobs: - prereq: - name: Install prerequisites - runs-on: ubuntu-latest - - steps: - - uses: actions/setup-node@v4 - with: - node-version: 18 - build: name: Build thesis PDFs runs-on: ubuntu-latest @@ -26,6 +17,9 @@ jobs: steps: - uses: actions/checkout@v3 + - uses: actions/setup-node@v4 + with: + node-version: 18 - name: Build the thesis run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en - name: Upload artifacts