Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5b62a3b

Browse files
author
Joseph Damiba
committed
adding front-matter-ci.py script to circleci config
fixup
1 parent68ce728 commit5b62a3b

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)

[8]ページ先頭

©2009-2025 Movatter.jp