File tree Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Expand file tree Collapse file tree 1 file changed +0
-24
lines changed Original file line number Diff line number Diff line change 58
58
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py
59
59
python front-matter-ci.py build/html
60
60
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
72
61
tar -zcf build/html.tgz build/html
73
62
rm -rf build/html build/ipynb
74
63
78
67
. venv/bin/activate
79
68
cd apidoc
80
69
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
94
70
95
71
cd ..
96
72
You can’t perform that action at this time.
0 commit comments