Skip to content

Commit

Permalink
remove docs from artifacts to speed up CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsasha committed Jan 14, 2019
1 parent b53695d commit 39b4451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
name: build docs
command: |
. venv/bin/activate
sphinx-build -nW -b html docs/ test-reports/docs-html
sphinx-build -nW -b html docs/ docs/build
- run:
name: run flake8
Expand Down

0 comments on commit 39b4451

Please sign in to comment.