Skip to content

Commit

Permalink
ci: Add syntax highlighting in the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
ieQu1 committed Apr 24, 2023
1 parent bf05374 commit 151cb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
name: Install additional packages
run: |
apt-get update
apt-get install -y openjdk-11-jdk asciidoctor xsltproc docbook-xsl
apt-get install -y openjdk-11-jdk asciidoctor xsltproc docbook-xsl python3-pygments
- shell: bash
run: |
Expand Down

0 comments on commit 151cb0d

Please sign in to comment.