Update .github/workflows/main.yml
This commit is contained in:
parent
aba21af91a
commit
3815d449c3
5
.github/workflows/main.yml
vendored
5
.github/workflows/main.yml
vendored
@ -15,9 +15,10 @@ jobs:
|
||||
container: { image: 'aergus/latex' }
|
||||
|
||||
steps:
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 18
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install nodejs
|
||||
run: apt-get update && apt-get install -y nodejs
|
||||
- name: Build the thesis
|
||||
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
|
||||
- name: Upload artifacts
|
||||
|
Loading…
Reference in New Issue
Block a user