Skip to content
Snippets Groups Projects
Commit 23d21762 authored by Malte Bauch's avatar Malte Bauch
Browse files

Merge branch 'master' into 41-restructure-project-directory-structure

parents ef86b398 980bebb7
No related branches found
No related tags found
3 merge requests!90Develop,!54Resolve "Restructure Project Directory Structure",!53V.0.1.0 Codename Threadbare
Pipeline #52774 failed
This commit is part of merge request !53. Comments created here will be created in the context of that merge request.
...@@ -24,8 +24,6 @@ documentation:pdf: ...@@ -24,8 +24,6 @@ documentation:pdf:
name: rustdocker/rust:stable name: rustdocker/rust:stable
stage: documentation stage: documentation
script: script:
- pwd
- ls
- mdbook build documentation --dest-dir public - mdbook build documentation --dest-dir public
cache: cache:
paths: paths:
...@@ -36,7 +34,7 @@ documentation:static: ...@@ -36,7 +34,7 @@ documentation:static:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
artifacts: artifacts:
paths: paths:
- public - documentation/public
expire_in: 1 week expire_in: 1 week
<<: *rust <<: *rust
......
[book] [book]
authors = [] authors = ["Martin Stiemerling", "Manuel Kieweg", "Malte Bauch"]
language = "en" language = "en"
multilingual = false multilingual = false
src = "." src = "."
[output.html]
git-repository-url = "https://code.fbi.h-da.de/cocsn/gosdn"
git-repository-icon = "fa-gitlab"
site-url = "/public/"
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment