Skip to content

Commit fd41b45

Browse files
committed
replace native ditaa standalone with ruby gem asciidoctor-diagram-ditaamini
1 parent 3a41d74 commit fd41b45

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

.github/workflows/build-docs.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,6 @@ jobs:
4040
ruby \
4141
ruby-dev
4242
43-
- name: Install Ditaa
44-
run: |
45-
wget -q https://github.com/stathissideris/ditaa/releases/download/v0.11.0/ditaa-0.11.0-standalone.jar -O /usr/local/bin/ditaa.jar
46-
chmod +x /usr/local/bin/ditaa.jar
47-
echo "DIAGRAM_DITAA_CLASSPATH=/usr/local/bin/ditaa.jar" >> $GITHUB_ENV
48-
4943
- name: Install Ruby gems
5044
run: |
5145
gem install --user-install \

0 commit comments

Comments
 (0)