Skip to content

Commit 9b92893

Browse files
committed
Replace build-markdown.py with md_formatter.py
1 parent 4aa2a7b commit 9b92893

File tree

2 files changed

+1
-138
lines changed

2 files changed

+1
-138
lines changed

scripts/build-markdown.py

-137
This file was deleted.

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ generate_markdown() {
7070
local pids=()
7171
echo "[$(date +%FT%T)] Generating markdown"
7272
for tag in $(git tag); do
73-
"$scripts/build-markdown.py" "$build/$tag/package.json" "$build/$tag/rendered.md" &
73+
"$scripts/md_formatter.py" "$build/$tag/package.json" "$build/$tag/rendered.md" &
7474
pids+=("$!")
7575
done
7676
wait "${pids[@]}"

0 commit comments

Comments
 (0)