Commit 9be64ace authored by Aurelien's avatar Aurelien
Browse files

Merge branch...

Merge branch '81-update-git-revision-date-localized-plugin-is-not-installed-in-mkdocs-jobs' into 'latest'

Resolve "Update "git-revision-date-localized plugin is not installed" in Mkdocs jobs"

Closes #81

See merge request go2scale/hub!38
parents 6c73e600 15e4417f
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -5,12 +5,13 @@ stages:

mkdocs:
  image:
    name: squidfunk/mkdocs-material:5.2.2
    name: squidfunk/mkdocs-material:6.0.2
    entrypoint: [""]
  stage: build
  variables:
    MKDOCS_OUTPUT_PATH: 'documentation_build/'
  script:
    - pip3 install mkdocs-git-revision-date-localized-plugin==0.7.2
    - mkdocs build -d "$MKDOCS_OUTPUT_PATH"
  artifacts:
    when: always
+2 −0
Original line number Diff line number Diff line
* Update material for mkdocs version to 6.0.2
* Manually install mkdocs-git-revision-date-localized-plugin since it's no more included in material for mkdocs docker image