Commit 6b29b426 authored by Przemyslaw Kaminski's avatar Przemyslaw Kaminski

[CI] send doc artifacts only

parent 21b53040
Pipeline #1491 failed with stage
in 176 minutes and 7 seconds
......@@ -13,10 +13,10 @@ variables:
#- apt-get install make xz-utils
stages:
- build
- docs
- test
build:
docs:
cache:
key: "$CI_JOB_NAME"
paths:
......@@ -24,7 +24,7 @@ build:
- .stack-work/
script:
- stack build --no-terminal --haddock --no-haddock-deps --fast
- cp -R "$(stack path --local-install-root)" ./output
- cp -R "$(stack path --local-install-root)"/doc ./output
artifacts:
paths:
- ./output
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment