Skip to content
This repository has been archived by the owner on Jul 22, 2023. It is now read-only.

Commit

Permalink
update doc circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 20, 2017
1 parent 8db763b commit 1e007ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
command: |
. venv/bin/activate
python setup.py bdist_wheel
mkdir -p test-reports/dist
cp dist/*.whl test-reports/dist
- run:
Expand All @@ -78,7 +79,8 @@ jobs:
- run:
name: copy documentation
command: |
cp -r _doc/sphinxdoc/build/html test-reports/build
mkdir -p test-reports/doc
cp -r _doc/sphinxdoc/build/html test-reports/doc
- store_artifacts:
path: test-reports
Expand Down

0 comments on commit 1e007ec

Please sign in to comment.