TNO Intern

Commit 26dc7995 authored by Hen Brett's avatar Hen Brett 🐔
Browse files

allowing the docs to be hosted on gitlab

parent a36664d7
Loading
Loading
Loading
Loading

gitlab-ci.yml

0 → 100644
+15 −0
Original line number Diff line number Diff line
pages:
  stage: deploy
  image: python:latest
  script:
    - pip install mkdocs-material
    - mkdocs build --site-dir public
  cache:
    key: ${CI_COMMIT_REF_SLUG}
    paths:
      - .cache/
  artifacts:
    paths:
      - public
  rules:
    - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
 No newline at end of file