From 58451c8350674b0dadd3fa558025c0f7d37a2af5 Mon Sep 17 00:00:00 2001 From: Brendan Golden Date: Sun, 12 May 2024 14:18:05 +0100 Subject: [PATCH] script: opy in the .md.toml on a temp basis --- _scripts/format_handovers.sh | 7 +++++++ Committee/.md.toml => _scripts/md_toml/_Handovers.md.toml | 0 2 files changed, 7 insertions(+) rename Committee/.md.toml => _scripts/md_toml/_Handovers.md.toml (100%) diff --git a/_scripts/format_handovers.sh b/_scripts/format_handovers.sh index 6d8c904..c14ae01 100755 --- a/_scripts/format_handovers.sh +++ b/_scripts/format_handovers.sh @@ -1,8 +1,15 @@ #!/usr/bin/env bash cd Committee + +# copy in teh config for this folder +cp ../_scripts/md_toml/_Handovers.md.toml ./.md.toml + cargo-bfom +## cleanup +rm -f .md.toml + # recursively parse _Handovers_html use wkhtmltopdf to convert to pdf cd _Handovers_html diff --git a/Committee/.md.toml b/_scripts/md_toml/_Handovers.md.toml similarity index 100% rename from Committee/.md.toml rename to _scripts/md_toml/_Handovers.md.toml