node
This commit is contained in:
parent
e04e78f3c8
commit
aba21af91a
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -16,9 +16,8 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- uses: actions/setup-node@v4
|
- name: Install nodejs
|
||||||
with:
|
run: apt-get update && apt-get install -y nodejs
|
||||||
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