Skip to content

Commit 1a9d77d

Browse files
Merge pull request #2147 from plotly/target-gld
target the new graphing-library-docs repo
2 parents d1169e0 + e261dff commit 1a9d77d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Diff for: .circleci/config.yml

+5-5
Original file line numberDiff line numberDiff 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 [email protected]
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:

0 commit comments

Comments
 (0)