mirror of
https://github.com/gohugoio/hugo.git
synced 2026-08-24 15:28:54 +00:00
github: Allow AsciiDoc content in tests to render Ditaa diagrams
In 2c80dee358 we enabled rendering of
PlantUML diagrams within integration tests. This commit removes PlantUML
support from the tests in favor of rendering Ditaa diagrams, which take
less time to generate.
This commit is contained in:
committed by
Bjørn Erik Pedersen
parent
606415ec18
commit
9289aa43aa
@@ -52,8 +52,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
gem install asciidoctor -v "2.0.26"
|
gem install asciidoctor -v "2.0.26"
|
||||||
gem install asciidoctor-diagram -v "3.0.1"
|
gem install asciidoctor-diagram -v "3.0.1"
|
||||||
gem install asciidoctor-diagram-plantuml -v "1.2025.3"
|
gem install asciidoctor-diagram-ditaamini -v "1.0.3"
|
||||||
- name: Install Java # required by asciidoctor-diagram-plantuml
|
- name: Install Java # required by asciidoctor-diagram-ditaamini
|
||||||
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
|
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0.0
|
||||||
with:
|
with:
|
||||||
distribution: temurin
|
distribution: temurin
|
||||||
|
|||||||
Reference in New Issue
Block a user