From a44cd9f8accdb785216060d18851742dcd7d6a9f Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Wed, 30 Oct 2019 12:06:01 -0400 Subject: [PATCH] Actually ask for the doc root --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a999956..1964728 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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 -- GitLab