File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -425,8 +425,8 @@ jobs:
425
425
. venv/bin/activate
426
426
echo ${mapbox_token} > python/.mapbox_token
427
427
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
430
430
python front-matter-ci.py build/html
431
431
python check-or-enforce-order.py build/html
432
432
if [ "${CIRCLE_BRANCH}" == "doc-prod" ]; then
@@ -448,14 +448,14 @@ jobs:
448
448
name : trigger doc build
449
449
command : |
450
450
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
453
453
git config user.name plotlydocbot
454
454
git config user.email [email protected]
455
455
git commit --allow-empty -m "deploying https://github.com/plotly/plotly.py/commit/${CIRCLE_SHA1}"
456
456
git push
457
457
cd ..
458
- rm -rf documentation
458
+ rm -rf graphing-library-docs
459
459
fi
460
460
461
461
- run :
You can’t perform that action at this time.
0 commit comments