8000 Update config.yml · plotly/plotly.py-docs@67aebd7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 67aebd7

Browse files
Update config.yml
1 parent c371a00 commit 67aebd7

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.circleci/config.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -58,17 +58,6 @@ jobs:
5858
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py
5959
python front-matter-ci.py build/html
6060
python check-or-enforce-order.py build/html
61-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
62-
cd build/html
63-
git init
64-
git config user.name nicolaskruchten
65-
git config user.email nicolas@plot.ly
66-
git add *
67-
git commit -m build
68-
git push --force git@github.com:plotly/plotly.py-docs.git master:built
69-
rm -rf .git
70-
cd ../..
71-
fi
7261
tar -zcf build/html.tgz build/html
7362
rm -rf build/html build/ipynb
7463
@@ -78,19 +67,6 @@ jobs:
7867
. venv/bin/activate
7968
cd apidoc
8069
make html
81-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
82-
cd _build/html
83-
touch .nojekyll
84-
git init
85-
git config user.name nicolaskruchten
86-
git config user.email nicolas@plot.ly
87-
git add *
88-
git add .nojekyll
89-
git commit -m build
90-
git push --force git@github.com:plotly/plotly.py-docs.git master:gh-pages
91-
rm -rf .git
92-
cd ../..
93-
fi
9470
9571
cd ..
9672

0 commit comments

Comments
 (0)
0