diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-11-09 18:56:26 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-09 18:56:26 -0600 |
commit | d50484a0c936a6ad3fdc9a0ee08b03e1f4cdc2db (patch) | |
tree | eb5c4ac8467805996c6d614172829bf3fbc7a646 | |
parent | 13ae6f6525a8a1f14158cfff2a6733af1c26e573 (diff) | |
parent | 2c292c96e408a6523d66833ac05d66338ed9fe78 (diff) | |
download | numpy-d50484a0c936a6ad3fdc9a0ee08b03e1f4cdc2db.tar.gz |
Merge pull request #12349 from tylerjereddy/circleci_doc_artifacts
TST, DOC: store circleci doc artifacts
-rw-r--r-- | .circleci/config.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml index 9e227ab35..e0fb28c99 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -48,9 +48,8 @@ jobs: cd doc/neps make html - # - store_artifacts: - # path: doc/build/html/ - # destination: devdocs + - store_artifacts: + path: doc/build/html/ # - store_artifacts: |