Skip to content
Snippets Groups Projects
Commit f2fb9644 authored by Florian Sesser's avatar Florian Sesser
Browse files

CI Config: Publish built docs again

Using a copy of the docs artifacts for packing up
should not exhibit the problems from earlier.
parent 5aa21a5f
No related branches found
No related tags found
3 merge requests!97Merge staging into production,!96Merge develop into staging,!80Create documentation artifacts
......@@ -9,6 +9,11 @@ docs:
stage: "build"
script:
- "nix-shell --run 'nix-build docs.nix'"
- "cp --recursive --no-preserve=mode result/docs/.* docs/build/"
artifacts:
paths:
- "docs/build/"
expose_as: "docs-${CI_COMMIT_SHORT_SHA}"
unit-tests:
stage: "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment