diff --git a/.circleci/config.yml b/.circleci/config.yml index 69c3e83a22261a7dd160490ae46ec6255c97ebc2..48d680e01d5a14f987e826f6f098660c04e5efe1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -169,7 +169,7 @@ jobs: - run: name: "Prepare Artifacts for Upload" command: | - mv $(nix-shell shell.nix --run "stack path --local-doc-root")/PaymentServer-* /tmp/PaymentServer-docs + mv $(nix-shell shell.nix --run "stack path --fast --local-doc-root")/PaymentServer-* /tmp/PaymentServer-docs - store_artifacts: # This contains the html haddock output for the project.