Skip to content

Commit 726048d

Browse files
committed
really put in the shbang
1 parent 10bae97 commit 726048d

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/site.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,16 +34,9 @@ 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-
printf "#/bin/bash\n$JAVA_HOME/bin/java -jar $THISDIR/bin/plantuml.jar \$@\n" >plantuml
37+
printf "#!/bin/bash\n$JAVA_HOME/bin/java -jar $THISDIR/bin/plantuml.jar \$@\n" >plantuml
3838
chmod +x plantuml
3939
working-directory: ./bin
40-
- name: try plantuml
41-
uses: coactions/setup-xvfb@v1
42-
with:
43-
run: |
44-
printf "@startuml\nversion\n@enduml\n"> test.puml
45-
plantuml test.puml
46-
4740

4841
# Configure Gradle for optimal use in GitHub Actions, including caching of downloaded dependencies.
4942
# See: https://github.com/gradle/actions/blob/main/setup-gradle/README.md

0 commit comments

Comments
 (0)