File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ jobs:
425425 . venv/bin/activate
426426 echo ${mapbox_token} > python/.mapbox_token
427427 make -kj8 || make -kj8
428- curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge /front-matter-ci.py > front-matter-ci.py
429- curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge /check-or-enforce-order.py > check-or-enforce-order.py
428+ curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master /front-matter-ci.py > front-matter-ci.py
429+ curl https://raw.githubusercontent.com/plotly/graphing-library-docs/master /check-or-enforce-order.py > check-or-enforce-order.py
430430 python front-matter-ci.py build/html
431431 python check-or-enforce-order.py build/html
432432 if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
@@ -448,14 +448,14 @@ jobs:
448448 name : trigger doc build
449449 command : |
450450 if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
451- git clone --depth=1 --branch=source-design-merge https://github.com/plotly/documentation .git
452- cd documentation
451+ git clone --depth=1 https://github.com/plotly/graphing-library-docs .git
452+ cd graphing-library-docs
453453 git config user.name plotlydocbot
454454 git config user.email accounts@plot.ly
455455 git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
456456 git push
457457 cd ..
458- rm -rf documentation
458+ rm -rf graphing-library-docs
459459 fi
460460
461461 - run :
You can’t perform that action at this time.
0 commit comments