Skip to content

Commit

Permalink
Also store built docs as CircleCI artifact.
Browse files Browse the repository at this point in the history
  • Loading branch information
carljm committed Dec 14, 2017
1 parent caafb1e commit 86ccf17
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,16 @@ jobs:
command: |
pipenv run pytest
- store_artifacts:
path: htmlcov
destination: htmlcov

- run:
name: build docs
command: |
cd doc
pipenv run make html
- store_artifacts:
path: htmlcov
destination: htmlcov
path: doc/_build/html
destination: doc

0 comments on commit 86ccf17

Please sign in to comment.