Update .github/workflows/pages.yml
This commit is contained in:
parent
b88ac5953a
commit
5b12d9b340
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
container: { image: 'aergus/latex' }
|
||||
|
||||
steps:
|
||||
- name: Install nodejs
|
||||
run: apt-get update && apt-get install -y nodejs
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build the thesis
|
||||
run: latexmk thesis && latexmk abstract-cz && latexmk abstract-en
|
||||
|
Loading…
Reference in New Issue
Block a user