TNO Intern

Commit a384c472 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!45
parents e17ee936 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
    - pip install mkdocs-material mkdocstrings
    - mkdocs build --site-dir public
  cache:
    key: ${CI_COMMIT_REF_SLUG}