update css and pandoc options
Some checks failed
Build and publish CMBA rulebooks (Gitea) / build-release (push) Failing after 9s
Some checks failed
Build and publish CMBA rulebooks (Gitea) / build-release (push) Failing after 9s
This commit is contained in:
6
.github/workflows/release-docs.yml
vendored
6
.github/workflows/release-docs.yml
vendored
@@ -35,9 +35,13 @@ jobs:
|
||||
pandoc "src/${doc}.md" \
|
||||
--toc \
|
||||
--standalone \
|
||||
--number-sections \
|
||||
--toc-depth=2 \
|
||||
--lua-filter src/shift-numbering.lua\
|
||||
--metadata-file src/metadata.yml \
|
||||
--embed-resources \
|
||||
--metadata title="CMBA ${doc}" \
|
||||
--css src/style.css \
|
||||
--css src/style.css \
|
||||
-o "dist/${doc}.html"
|
||||
|
||||
# PDF
|
||||
|
||||
Reference in New Issue
Block a user