From d982388720f21626837e986fed4c5e5041761614 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Wed, 13 Nov 2019 11:10:31 -0500 Subject: [PATCH 1/5] curling to get order script fixup updating url for script fixup updating URL of check order script updating URL --- .circleci/config.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 29149893a..2956c81f4 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,9 @@ jobs: echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py + curl https://raw.githubusercontent.com/plotly/documentation/69c99a624397ed2eaf644afd76f3d42fe1b4015c/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html + python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then cd build/html git init From 9e10c36a65748e06fa47770036e1da0ac1bc5a81 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Thu, 14 Nov 2019 12:38:57 -0500 Subject: [PATCH 2/5] fixing up argument for check order script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2956c81f4..372be55fe 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py curl https://raw.githubusercontent.com/plotly/documentation/69c99a624397ed2eaf644afd76f3d42fe1b4015c/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html - python check-or-enforce-order.py build/html + python check-or-enforce-order.py python if [ "${CIRCLE_BRANCH}" == "master" ]; then cd build/html git init From ddc1befc453413fec86c59e58e774e4fa05f4603 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Thu, 14 Nov 2019 12:59:28 -0500 Subject: [PATCH 3/5] refactor check script --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 372be55fe..f97f5161e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py - curl https://raw.githubusercontent.com/plotly/documentation/69c99a624397ed2eaf644afd76f3d42fe1b4015c/check-or-enforce-order.py > check-or-enforce-order.py + curl https://raw.githubusercontent.com/plotly/documentation/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html python check-or-enforce-order.py python if [ "${CIRCLE_BRANCH}" == "master" ]; then From 5c4c79fcefd72d9149e9250c1c0203542aa62b29 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Thu, 14 Nov 2019 13:06:10 -0500 Subject: [PATCH 4/5] fixup --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f97f5161e..ce309456e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -57,7 +57,7 @@ jobs: curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py curl https://raw.githubusercontent.com/plotly/documentation/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html - python check-or-enforce-order.py python + python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then cd build/html git init From 61e791d43b5e11a4104b1978af2280532898ce58 Mon Sep 17 00:00:00 2001 From: Joseph Damiba Date: Thu, 14 Nov 2019 13:13:53 -0500 Subject: [PATCH 5/5] removing nav element url fixup --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index ce309456e..5ab0e0d61 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -55,7 +55,7 @@ jobs: echo ${mapbox_token} > python/.mapbox_token make -kj8 || make -kj8 curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py - curl https://raw.githubusercontent.com/plotly/documentation/964cb968aac8b12cdd358a3be0cfb0b079a33ac3/check-or-enforce-order.py > check-or-enforce-order.py + curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/check-or-enforce-order.py > check-or-enforce-order.py python front-matter-ci.py build/html python check-or-enforce-order.py build/html if [ "${CIRCLE_BRANCH}" == "master" ]; then