parent
42c28c4581
commit
7ba54b5317
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user