We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b14cfb9 commit 49a8d10Copy full SHA for 49a8d10
.github/workflows/site.yml
@@ -37,17 +37,15 @@ jobs:
37
echo "$JAVA_HOME/bin/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: |
42
- echo "@startuml\nversion\n@enduml"> test.puml
43
- plantuml test.puml
44
-
+
45
46
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
47
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md
48
- name: Setup Gradle
49
uses: gradle/actions/setup-gradle@v4
50
51
- - name: Test with Gradle Wrapper
52
- run: ./gradlew doSite
+ - name: create site
+ uses: coactions/setup-xvfb@v1
+ with:
+ run: ./gradlew doSite
53
0 commit comments