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

remove compliance stage

parent 7b11866c
Branches
Tags
2 merge requests!54Resolve "Restructure Project Directory Structure",!52Mdbook
Pipeline #52672 failed
...@@ -68,7 +68,7 @@ documentation:static: ...@@ -68,7 +68,7 @@ documentation:static:
rules: rules:
- if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH' - if: '$CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH'
script: script:
- mdbook build documentation --dest-dir public - mdbook build ./documentation/ --dest-dir public
artifacts: artifacts:
paths: paths:
- public - public
...@@ -85,7 +85,7 @@ documentation:test: ...@@ -85,7 +85,7 @@ documentation:test:
script: script:
- ls - ls
- ls documentation - ls documentation
- mdbook build documentation --dest-dir public - mdbook build ./documentation/ --dest-dir public
sast: sast:
variables: variables:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment