Commits (2)
......@@ -46,16 +46,12 @@ mkdocs:bundle:
paths:
- ./*.tar.gz
mkdocs:deploy:
pages:
stage: deploy
tags:
- production
variables:
EXPORT_DIR: "/var/www/html/pages"
PROJECT_NAME: "dtt"
- docker
script:
- mkdir -p "$EXPORT_DIR/$PROJECT_NAME"
- cp -r site/* "$EXPORT_DIR/$PROJECT_NAME"
- mv site public/
needs:
- mkdocs:compile
only:
......@@ -64,3 +60,6 @@ mkdocs:deploy:
changes:
- docs/**/*
- mkdocs.yml
artifacts:
paths:
- public
......@@ -3,10 +3,10 @@
This is the documentation repository for the Dockerized Testing Toolkit (DTT).
Documentation for this is done with GitLab Pages using MkDocs and is available here:
[https://transfer.hft-stuttgart.de/pages/dtt/][pages-link]
[https://transfer.hft-stuttgart.de/pages/dtt/documentation/][pages-link]
If you don't want to open the Webpage or it is not available for whatever reason,
the documentation root is in [docs/index.md][docs-root]
[docs-root]: docs/index.md
[pages-link]: https://transfer.hft-stuttgart.de/pages/dtt/
[pages-link]: https://transfer.hft-stuttgart.de/pages/dtt/documentation/