TNO Intern

Commit dd5dba40 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

allowing the docs to be hosted on gitlab

parent c5498225
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ pages:
  stage: deploy
  image: python:latest
  script:
    - pip install mkdocs-material mkdocstrings
    - pip install mkdocs mkdocs-material mkdocstrings-python
    - mkdocs build --site-dir public
  cache:
    key: ${CI_COMMIT_REF_SLUG}