Skip to content

Commit 08a32a9

Browse files
committed
CI
1 parent c03f487 commit 08a32a9

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.circleci/config.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,14 @@ orbs:
44
python: circleci/[email protected]
55

66
jobs:
7-
pip-install:
8-
executor: python/default
9-
steps:
10-
- checkout
11-
- run:
12-
name: install theme
13-
command: python -m pip install --user -ve .
147
build_docs:
158
executor: python/default
169
steps:
1710
- checkout
1811
- python/install-deps
12+
- run:
13+
name: install theme
14+
command: python -m pip install --user -ve .
1915
- run:
2016
name: Build docs
2117
command: cd docs/ && make html

0 commit comments

Comments
 (0)