We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a41d74 commit fd41b45Copy full SHA for fd41b45
1 file changed
.github/workflows/build-docs.yml
@@ -40,12 +40,6 @@ jobs:
40
ruby \
41
ruby-dev
42
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
-
49
- name: Install Ruby gems
50
run: |
51
gem install --user-install \
0 commit comments