We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e6797a commit 2ad0a93Copy full SHA for 2ad0a93
.circleci/config.yml
@@ -99,7 +99,7 @@ jobs:
99
deploy_docs:
100
working_directory: ~/sp-dev-fx-controls-react/docs/documentation
101
docker:
102
- - image: circleci/python:2.7-jessie-node
+ - image: circleci/python:3.6.6-jessie-node
103
steps:
104
- attach_workspace:
105
at: ~/sp-dev-fx-controls-react
@@ -111,7 +111,7 @@ jobs:
111
command: sudo pip install mkdocs
112
- run:
113
name: Install MkDocs theme
114
- command: sudo pip install mkdocs-material
+ command: sudo pip install mkdocs-material==3.1.0
115
116
name: Avoid hosts unknown for github
117
command: echo -e "Host github.com\n\tStrictHostKeyChecking no\n" > ~/.ssh/config
0 commit comments