Skip to content

Commit

Permalink
Release Notes: Build PDF with a theme that supports extended unicode
Browse files Browse the repository at this point in the history
This requires using a newer version of asciidoctor-pdf.  So in the
GitHub CI job that builds the release notes on ubuntu-22.04, use gem
to install the latest version over what the package manager installs.
  • Loading branch information
quark17 committed Mar 8, 2024
1 parent e4361d9 commit 7408f1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/install_dependencies_releasenotes_ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ apt-get update
apt-get install -y \
asciidoctor \
ruby-asciidoctor-pdf

# Update asciidoctor-pdf to the latest version
gem install asciidoctor-pdf
2 changes: 1 addition & 1 deletion release/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ ReleaseNotes.html: ReleaseNotes.adoc
asciidoctor ReleaseNotes.adoc

ReleaseNotes.pdf: ReleaseNotes.adoc
asciidoctor-pdf ReleaseNotes.adoc
asciidoctor-pdf --theme=default-with-font-fallbacks ReleaseNotes.adoc

# -----

Expand Down

0 comments on commit 7408f1c

Please sign in to comment.