Skip to content

Commit

Permalink
doc: install requirements for doc in GHA
Browse files Browse the repository at this point in the history
added graphviz, plantuml and jre

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Feb 15, 2024
1 parent 1fed841 commit 0221efa
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Install requirements
run: |
apt update
apt install default-jre graphviz -y
curl -sSL https://github.com/plantuml/plantuml/releases/download/v1.2023.13/plantuml-1.2023.13.jar --output /usr/local/bin/plantuml.jar
- name: Build
run: |
cd doc
Expand Down

0 comments on commit 0221efa

Please sign in to comment.