Skip to content

Commit 5f93a68

Browse files
committed
Disable gh-pages push
1 parent dcd4187 commit 5f93a68

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

circle.yml

+5-9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
general:
2+
branches:
3+
ignore:
4+
- gh-pages
5+
16
dependencies:
27
pre:
38
- sudo apt-get update; sudo apt-get install python-matplotlib python3-matplotlib python-tk python3-tk libtcmalloc-minimal4
@@ -8,19 +13,10 @@ dependencies:
813
machine:
914
environment:
1015
LD_PRELOAD: /usr/lib/libtcmalloc_minimal.so.4
11-
notify:
12-
webhooks:
13-
- url: https://webhooks.gitter.im/e/3e39fb29521e82ee001d
1416

1517
test:
1618
pre:
1719
- mkdir -p $HOME/.config/matplotlib
1820
- "echo 'backend : Agg' >> $HOME/.config/matplotlib/matplotlibrc"
1921
override:
2022
- tox
21-
22-
deployment:
23-
master:
24-
branch: master
25-
commands:
26-
- mkdocs gh-deploy

0 commit comments

Comments
 (0)