Skip to content

Commit 8d1aee8

Browse files
committed
testing
1 parent f24fbe8 commit 8d1aee8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/site.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,11 @@ jobs:
3434
run: |
3535
echo "$THISDIR/bin" >> "$GITHUB_PATH"
3636
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
37+
echo "java -Djava.awt.headless=true -jar $THISDIR/bin/plantuml.jar $@" >plantuml
3838
chmod +x plantuml
3939
working-directory: ./bin
40+
- name: try plantuml
41+
run: plantuml -v
4042

4143

4244
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.

0 commit comments

Comments
 (0)