Update .gitlab-ci.yml
This commit is contained in:
parent
d8eaab5c0b
commit
be5b4e79cc
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue