Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2021-08-07 09:27:28 +00:00
parent d8eaab5c0b
commit be5b4e79cc
1 changed files with 2 additions and 0 deletions

View File

@ -1,8 +1,10 @@
stages:
- documentation
- release
pages:
image: ubuntu
stage: documentation
script:
- cd doxygen/
- apt update && apt install -y git doxygen python3-pip