forked from Computer_Society/open-goverance
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
|
||||
|
||||
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue