Skip to content

Commit 87b60c1

Browse files
committed
Update CircleCI config
1 parent 320583c commit 87b60c1

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.circleci/config.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
version: 2.1
33

44
orbs:
5-
python: circleci/python@1.2.1
5+
python: circleci/python@3.0.0
66

77
jobs:
88
build_docs:
@@ -31,9 +31,7 @@ jobs:
3131
- run:
3232
name: Install and configure dependencies
3333
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]
34+
npm install -g --silent gh-pages
3735
git config --global user.email "MatplotlibCircleBot@nomail"
3836
git config --global user.name "MatplotlibCircleBot"
3937
- add_ssh_keys:

0 commit comments

Comments
 (0)