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

Update .gitlab-ci.yml

parent 1066684f
No related branches found
No related tags found
2 merge requests!55Update .gitlab-ci.yml,!54Resolve "Restructure Project Directory Structure"
Pipeline #52748 passed
...@@ -65,8 +65,6 @@ documentation:pdf: ...@@ -65,8 +65,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:
...@@ -77,7 +75,7 @@ documentation:static: ...@@ -77,7 +75,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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment