Update .gitlab-ci.yml

This commit is contained in:
Dorian Zedler 2021-08-07 09:27:28 +00:00
parent d8eaab5c0b
commit be5b4e79cc

View file

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