TNO Intern

Commit 8c67ed52 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

Merge branch '42-keep-adding-to-docs' into 'main'

allowing the docs to be hosted on gitlab

Closes #42

See merge request AGS/pythermogis!46
parents a384c472 dd5dba40
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}