revert 9e329059c7
Some checks failed
CI / Build thesis PDFs (push) Successful in 1m30s
CI / Build thesis PDFs and push them to pages (push) Failing after 2s
CI / Verify PDF/A (push) Failing after 15s

revert Update .github/workflows/main.yml
This commit is contained in:
oleg.petruny 2025-02-12 18:24:50 +00:00
parent 42c28c4581
commit 7ba54b5317

View File

@ -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