Commit aabd8a65 authored by Riegel's avatar Riegel
Browse files

Update readme

parent 406f5b69
Pipeline #10207 passed with stages
in 11 seconds
# UDigiT-Doctor Homepage
Gitlab Pages repository for the project website of UDigiT-Doctor.
The page is available in [german](https://transfer.hft-stuttgart.de/pages/citydoctor/udigitdoctorhomepage/de/) or [english](https://transfer.hft-stuttgart.de/pages/citydoctor/udigitdoctorhomepage/en/).
---
Example plain HTML site using GitLab Pages.
Learn more about GitLab Pages at https://pages.gitlab.io and the official
documentation https://docs.gitlab.com/ce/user/project/pages/.
---
## GitLab CI
This project's static Pages are built by [GitLab CI][ci], following the steps
defined in [`.gitlab-ci.yml`](.gitlab-ci.yml):
```
variables:
EXPORT_DIR: "/var/www/html/pages"
pages-master:
stage: deploy
script:
- mkdir "$EXPORT_DIR/$CI_PROJECT_NAME"
- cp -r public/* "$EXPORT_DIR/$CI_PROJECT_NAME"
tags:
- production
only:
- master
```
The above example expects to put all your HTML files in the `public/` directory.
This website was created using [Material for MkDocs](https://squidfunk.github.io/mkdocs-material/).
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment