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:
|
||||
- documentation
|
||||
- release
|
||||
|
||||
pages:
|
||||
image: ubuntu
|
||||
stage: documentation
|
||||
script:
|
||||
- cd doxygen/
|
||||
- apt update && apt install -y git doxygen python3-pip
|
||||
|
|
Loading…
Reference in a new issue