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: ...@@ -13,10 +13,10 @@ variables:
#- apt-get install make xz-utils #- apt-get install make xz-utils
stages: stages:
- build - docs
- test - test
build: docs:
cache: cache:
key: "$CI_JOB_NAME" key: "$CI_JOB_NAME"
paths: paths:
...@@ -24,7 +24,7 @@ build: ...@@ -24,7 +24,7 @@ build:
- .stack-work/ - .stack-work/
script: script:
- stack build --no-terminal --haddock --no-haddock-deps --fast - 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: artifacts:
paths: paths:
- ./output - ./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