We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 320583c commit 87b60c1Copy full SHA for 87b60c1
.circleci/config.yml
@@ -2,7 +2,7 @@
2
version: 2.1
3
4
orbs:
5
- python: circleci/python@1.2.1
+ python: circleci/python@3.0.0
6
7
jobs:
8
build_docs:
@@ -31,9 +31,7 @@ jobs:
31
- run:
32
name: Install and configure dependencies
33
command: |
34
- # Old version used because of gh-pages bug:
35
- # https://github.com/tschaub/gh-pages/issues/354
36
- npm install -g --silent [email protected]
+ npm install -g --silent gh-pages
37
git config --global user.email "MatplotlibCircleBot@nomail"
38
git config --global user.name "MatplotlibCircleBot"
39
- add_ssh_keys:
0 commit comments