Commit 8a39efad authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

fix: wrong cache scope

parent a78167c4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -141,7 +141,7 @@ mkdocs:
  # Cache downloaded dependencies and plugins between builds.
  # To keep cache across branches add 'key: "$CI_JOB_NAME"'
  cache:
    key: "$CI_BUILD_REF_NAME"
    key: "$CI_COMMIT_REF_SLUG-mkdocs"
    paths:
      - ${PIP_CACHE_DIR}
  before_script: