script: opy in the .md.toml on a temp basis
This commit is contained in:
parent
c72f74d6a7
commit
58451c8350
2 changed files with 7 additions and 0 deletions
|
@ -1,8 +1,15 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
cd Committee
|
cd Committee
|
||||||
|
|
||||||
|
# copy in teh config for this folder
|
||||||
|
cp ../_scripts/md_toml/_Handovers.md.toml ./.md.toml
|
||||||
|
|
||||||
cargo-bfom
|
cargo-bfom
|
||||||
|
|
||||||
|
## cleanup
|
||||||
|
rm -f .md.toml
|
||||||
|
|
||||||
# recursively parse _Handovers_html use wkhtmltopdf to convert to pdf
|
# recursively parse _Handovers_html use wkhtmltopdf to convert to pdf
|
||||||
cd _Handovers_html
|
cd _Handovers_html
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue