Skip to content
Snippets Groups Projects
Commit b2b94efd authored by Manuel Kieweg's avatar Manuel Kieweg
Browse files

mdbook dry run

parent c2b300e1
No related branches found
No related tags found
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
......@@ -69,7 +69,7 @@ documentation:static:
rules:
- if: $CI_DEFAULT_BRANCH
script:
- mdbook build documentation/design --dest-dir public
- mdbook build documentation --dest-dir public
artifacts:
paths:
- public
......@@ -84,7 +84,7 @@ documentation:test:
rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event"'
script:
- mdbook build documentation/design --dest-dir public
- mdbook build documentation --dest-dir public
sast:
variables:
......
# goSDN Documentation
- [Introduction](design/01-introduction.md)
- [Introduction](design/02-related-work.md)
- [Introduction](design/03-theoretical-background.md)
- [Introduction](design/04-conceptual-design.md)
- [Introduction](design/05-implementation.md)
\ 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