Skip to content
Snippets Groups Projects
Commit a44cd9f8 authored by Jean-Paul Calderone's avatar Jean-Paul Calderone
Browse files

Actually ask for the doc root

parent 4d957aef
No related branches found
No related tags found
1 merge request!28Try passing the same flag to compute the path
......@@ -165,12 +165,11 @@ jobs:
# The flags passed to `stack path` need to pretty closely match
# those passed to `stack build` or the path comes out wrong.
# https://github.com/commercialhaskell/stack/issues/4892
set -x
GETPATH="stack path \
--haddock \
--haddock-internal \
--no-haddock-deps"
ls -la /tmp
--no-haddock-deps \
--local-doc-root"
mv $(nix-shell shell.nix --run "$GETPATH")/PaymentServer-* /tmp/PaymentServer-docs
......
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