diff options
author | mattip <matti.picus@gmail.com> | 2020-08-13 08:02:25 +0300 |
---|---|---|
committer | mattip <matti.picus@gmail.com> | 2020-08-14 09:19:09 +0300 |
commit | e7acdbe106ad0eff7f6475572ffb1948a5c0b35f (patch) | |
tree | fb2d7f96a976ce7729549769746ad020dbd0ef87 /.circleci | |
parent | 444ad18dffeaa759c94a4f1f7293f9e05e1f3ffe (diff) | |
download | numpy-e7acdbe106ad0eff7f6475572ffb1948a5c0b35f.tar.gz |
BLD: try to store NEP artifacts for preview
Diffstat (limited to '.circleci')
-rw-r--r-- | .circleci/config.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index d8063e30e..f4ffb5223 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -67,8 +67,8 @@ jobs: path: doc/build/html/ - # - store_artifacts: - # path: doc/neps/_build/html/ + - store_artifacts: + path: doc/neps/_build/html/ # destination: neps - add_ssh_keys: |