Skip to content

Commit 2ad0a93

Browse files
committed
Updated Circle CI config
1 parent 0e6797a commit 2ad0a93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
deploy_docs:
100100
working_directory: ~/sp-dev-fx-controls-react/docs/documentation
101101
docker:
102-
- image: circleci/python:2.7-jessie-node
102+
- image: circleci/python:3.6.6-jessie-node
103103
steps:
104104
- attach_workspace:
105105
at: ~/sp-dev-fx-controls-react
@@ -111,7 +111,7 @@ jobs:
111111
command: sudo pip install mkdocs
112112
- run:
113113
name: Install MkDocs theme
114-
command: sudo pip install mkdocs-material
114+
command: sudo pip install mkdocs-material==3.1.0
115115
- run:
116116
name: Avoid hosts unknown for github
117117
command: echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config

0 commit comments

Comments
 (0)