mirror of https://gitlab.com/pamhyr/pamhyr2
ci: Fix documentations dependencies.
parent
d30028c57d
commit
48851c7d71
|
|
@ -89,6 +89,9 @@ build-users-doc:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
needs:
|
||||||
|
- job: set-version
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- cd ./doc/users/
|
- cd ./doc/users/
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
@ -100,6 +103,9 @@ build-developers-doc:
|
||||||
stage: build
|
stage: build
|
||||||
tags:
|
tags:
|
||||||
- linux
|
- linux
|
||||||
|
needs:
|
||||||
|
- job: set-version
|
||||||
|
artifacts: true
|
||||||
script:
|
script:
|
||||||
- cd ./doc/dev/
|
- cd ./doc/dev/
|
||||||
- ./build.sh
|
- ./build.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue