fix
This commit is contained in:
parent
f39e44b8fe
commit
13456bedef
12
.github/workflows/main.yml
vendored
12
.github/workflows/main.yml
vendored
@ -9,15 +9,6 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
prereq:
|
|
||||||
name: Install prerequisites
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/setup-node@v4
|
|
||||||
with:
|
|
||||||
node-version: 18
|
|
||||||
|
|
||||||
build:
|
build:
|
||||||
name: Build thesis PDFs
|
name: Build thesis PDFs
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -26,6 +17,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
- uses: actions/setup-node@v4
|
||||||
|
with:
|
||||||
|
node-version: 18
|
||||||
- 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
|
||||||
|
Loading…
Reference in New Issue
Block a user