Skip to content

Commit

Permalink
added graphviz
Browse files Browse the repository at this point in the history
  • Loading branch information
Marc Gorzala committed Jan 3, 2020
1 parent 0a3c4ca commit 5f1829f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/publish-doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:
uses: actions/setup-java@v1
with:
java-version: 1.8
- name: install graphviz
run: sudo apt-get install graphviz
- name: Bake the site
run: ./gradlew bake
- name: ftp-action
Expand Down
6 changes: 5 additions & 1 deletion src/main/jbake/content/documentation/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ we will describe the environment.
[plantuml]
....
@startuml
Bob->Alive
[Load Balancer] as com
[Dancer] as Comp2
Database Comp3
@enduml
....

Expand Down

0 comments on commit 5f1829f

Please sign in to comment.