Skip to content

Commit 5b62a3b

Browse files
author
Joseph Damiba
committed
adding front-matter-ci.py script to circleci config
fixup
1 parent 68ce728 commit 5b62a3b

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.circleci/config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ jobs:
5454
. venv/bin/activate
5555
echo ${mapbox_token} > python/.mapbox_token
5656
make -kj8 || make -kj8
57+
curl https://raw.githubusercontent.com/plotly/documentation/source-design-merge/front-matter-ci.py > front-matter-ci.py
58+
python front-matter-ci.py build/html
5759
if [ "${CIRCLE_BRANCH}" == "master" ]; then
5860
cd build/html
5961
git init

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,5 @@ squarify
1919
scikit-image
2020
sphinx
2121
recommonmark
22+
pathlib
23+
python-frontmatter

0 commit comments

Comments
 (0)