We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f24fbe8 commit 8d1aee8Copy full SHA for 8d1aee8
.github/workflows/site.yml
@@ -34,9 +34,11 @@ jobs:
34
run: |
35
echo "$THISDIR/bin" >> "$GITHUB_PATH"
36
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
37
- echo "java -Djava.awt.headless=true -jar $THISDIR/bin/plantml.jar $@" >>plantuml
+ echo "java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
38
chmod +x plantuml
39
working-directory: ./bin
40
+ - name: try plantuml
41
+ run: plantuml -v
42
43
44
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
0 commit comments