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

This commit is contained in:
oleg.petruny 2025-02-12 19:04:24 +00:00
parent 6d12c4d468
commit 0db19f1632

View File

@ -9,6 +9,16 @@ on:
workflow_dispatch:
jobs:
dep:
name: Install node
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
with:
node-versoon: 18
- run: node --version
build:
name: Build thesis PDFs
runs-on: ubuntu-latest