Update .github/workflows/main.yml
This commit is contained in:
parent
0137565e24
commit
9e329059c7
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -9,14 +9,22 @@ 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