parent
42c28c4581
commit
7ba54b5317
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -9,22 +9,14 @@ 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
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build thesis PDFs
|
name: Build thesis PDFs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: dep
|
|
||||||
container: { image: 'aergus/latex' }
|
container: { image: 'aergus/latex' }
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Install nodejs
|
||||||
|
run: apt-get update && apt-get install -y nodejs
|
||||||
- uses: https://gitea.com/ScMi1/checkout@v1
|
- uses: https://gitea.com/ScMi1/checkout@v1
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user