We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea0c45d commit 88b58ebCopy full SHA for 88b58eb
.github/workflows/site.yml
@@ -34,7 +34,7 @@ jobs:
34
curl -L -o plantuml.jar https://github.com/plantuml/plantuml/releases/download/v1.2026.1/plantuml-1.2026.1.jar
35
echo "java -Djava.awt.headless=true -jar $HOME/bin/plantml.jar $@" >>plantuml
36
chmod +x plantuml
37
- working-directory: ./bin
+ working-directory: "$HOME/bin"
38
39
40
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
.gitignore
@@ -6,3 +6,5 @@
6
/allnav.yml
7
/doc/site/generated/
8
/doc/std/vodml-generated/
9
+/site/
10
+
0 commit comments