Update .github/workflows/main.yml
Some checks failed
CI / Build thesis PDFs (push) Successful in 1m14s
CI / Build thesis PDFs and push them to pages (push) Failing after 2s
CI / Verify PDF/A (push) Failing after 2s

This commit is contained in:
oleg.petruny 2025-02-12 19:06:47 +00:00
parent 0db19f1632
commit a41618320b

View File

@ -9,16 +9,6 @@ on:
workflow_dispatch: workflow_dispatch:
jobs: jobs:
dep:
name: Install node
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-versoon: 18
- run: node --version
build: build:
name: Build thesis PDFs name: Build thesis PDFs
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -45,7 +35,7 @@ jobs:
steps: steps:
- name: Install nodejs - name: Install nodejs
run: apt-get update && apt-get install -y nodejs && node --version run: sudo apt update && curl -fsSL https://deb.nodesource.com/setup_20.x | sudo -E bash - && sudo apt install -y nodejs
- name: Get PDFs - name: Get PDFs
uses: https://gitea.com/actions/download-artifact@v3 uses: https://gitea.com/actions/download-artifact@v3
- name: Run VeraPDF - name: Run VeraPDF