Commit 48851c7d authored by Pierre-Antoine Rouby's avatar Pierre-Antoine Rouby
Browse files

ci: Fix documentations dependencies.

Showing with 6 additions and 0 deletions
+6 -0
...@@ -89,6 +89,9 @@ build-users-doc: ...@@ -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: ...@@ -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
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment