Skip to content

Commit 88b58eb

Browse files
committed
try to get "$HOME" right
1 parent ea0c45d commit 88b58eb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
3535
echo "java -Djava.awt.headless=true -jar $HOME/bin/plantml.jar $@" >>plantuml
3636
chmod +x plantuml
37-
working-directory: ./bin
37+
working-directory: "$HOME/bin"
3838

3939

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

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@
66
/allnav.yml
77
/doc/site/generated/
88
/doc/std/vodml-generated/
9+
/site/
10+

0 commit comments

Comments
 (0)