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