diff options
author | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-23 11:20:30 +0000 |
---|---|---|
committer | Axel Dürkop <axel.duerkop@tuhh.de> | 2021-04-23 11:20:30 +0000 |
commit | c414529bd045f4638c1d86782910b488a17a5b18 (patch) | |
tree | e8552cceca9701858bab020fb07bb20e146ddd09 /.gitlab-ci.yml | |
parent | 0994a204a0e650089986f5205bb2f34505c9d991 (diff) | |
parent | 6690b855dd27a097fe7e946c9b719839a8ebdd54 (diff) |
Merge branch 'appendix' into 'development'
Appendix
See merge request cfo8486/buchprojekt!2
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r-- | .gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2c9634c..bef0cee 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,7 @@ build: stage: build script: - tlmgr update --self - - tlmgr install footmisc + - tlmgr install footmisc appendix - pandoc --version - mkdir build - chmod +x ./build.sh |