try css styling
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 7s
All checks were successful
Build and publish CMBA rulebooks (Gitea) / build-release (push) Successful in 7s
This commit is contained in:
6
.github/workflows/release-docs.yml
vendored
6
.github/workflows/release-docs.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user