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

This commit is contained in:
oleg.petruny 2025-02-12 15:51:40 +00:00
parent dacfafcaa1
commit 98e7b2877f

View File

@ -17,9 +17,7 @@ jobs:
steps: steps:
- name: Install nodejs - name: Install nodejs
run: apt-get update && apt-get install -y nodejs run: apt-get update && apt-get install -y nodejs
- uses: actions/checkout@v4 - uses: https://gitea.com/ScMi1/checkout@v1
with:
github-server-url: 'https://pixelyfier.com/git'
- name: Build the thesis - name: Build the thesis
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
- name: Upload artifacts - name: Upload artifacts