mirror of
https://github.com/funkypenguin/geek-cookbook/
synced 2025-12-13 01:36:23 +00:00
Add Mastodon recipes
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
@@ -7,7 +7,6 @@ cp -rf manuscript docs_to_pdf
|
||||
find docs_to_pdf -type f -exec gsed -i -e 's/recipe-footer.md/common-links.md/g' {} \;
|
||||
|
||||
# Build PDF from slimmed recipes
|
||||
docker run --rm --name mkdocs-material-build-pdf -e ENABLE_PDF_EXPORT=1\
|
||||
-v ${PWD}/docs_to_pdf:/docs\
|
||||
-v ${PWD}/mkdocs-pdf-print.yml:/mkdocs-pdf-print.yml\
|
||||
docker run -it --rm --name mkdocs-material-build-pdf -e ENABLE_PDF_EXPORT=1\
|
||||
-v ${PWD}:/docs \
|
||||
funkypenguin/mkdocs-material build -f mkdocs-pdf-print.yml
|
||||
|
||||
Reference in New Issue
Block a user