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

Merge branch 'docs-artifacts' into 'develop'

Create documentation artifacts

See merge request !80
parents 5aa21a5f 0fc58afa
Branches
No related tags found
No related merge requests found
...@@ -9,6 +9,11 @@ docs: ...@@ -9,6 +9,11 @@ docs:
stage: "build" stage: "build"
script: script:
- "nix-shell --run 'nix-build docs.nix'" - "nix-shell --run 'nix-build docs.nix'"
- "cp --recursive --no-preserve=mode result/docs/. docs/build/"
artifacts:
paths:
- "docs/build/"
expose_as: "documentation"
unit-tests: unit-tests:
stage: "test" stage: "test"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment