try css styling
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 7s

This commit is contained in:
Tony
2026-01-14 10:53:40 -06:00
parent a2d3fad8df
commit e0ee5899c0
2 changed files with 281 additions and 5 deletions

View File

@@ -29,10 +29,6 @@ jobs:
run: |
set -euo pipefail
mkdir -p dist
mkdir -p assets_tmp
curl -fsSL \
-o ./assets_tmp/github-markdown.css \
https://raw.githubusercontent.com/sindresorhus/github-markdown-css/main/github-markdown.css
for doc in cmba-bylaws; do
# Mobile-friendly HTML with TOC + serif styling
@@ -41,7 +37,7 @@ jobs:
--standalone \
--embed-resources \
--metadata title="CMBA ${doc}" \
--css ./assets_tmp/github-markdown.css \
--css src/style.css \
-o "dist/${doc}.html"
# PDF