Skip to content

Commit

Permalink
doc: fix building doc on GHA
Browse files Browse the repository at this point in the history
allow to install required tools

Signed-off-by: Robert Gałat <[email protected]>
  • Loading branch information
RobertGalatNordic committed Feb 15, 2024
1 parent 0221efa commit 5426fb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ jobs:

- name: Install requirements
run: |
apt update
apt install default-jre graphviz -y
sudo apt-get update
sudo apt-get 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
Expand Down

0 comments on commit 5426fb4

Please sign in to comment.