Commit 3d45065d authored by Aurelien's avatar Aurelien
Browse files

Merge branch '186-update-mkdocs-job-to-identify-and-install-dependencies' into 'latest'

Resolve "Update mkdocs job to identify and install dependencies"

Closes #186

See merge request r2devops/hub!93
parents 1b44030c 4060ec95
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ mkdocs:
    MKDOCS_OUTPUT_PATH: 'documentation_build/'
  script:
    - pip3 install mkdocs-git-revision-date-localized-plugin==0.7.2
    - pip3 install mkdocs-macros-plugin==0.5.0
    - mkdocs build -d "$MKDOCS_OUTPUT_PATH"
  artifacts:
    when: always
+1 −0
Original line number Diff line number Diff line
* Add mkdocs-macros-plugin to be able to use {{variable}} in the documentation