Skip to content

Commit

Permalink
ci: add missing package plantuml
Browse files Browse the repository at this point in the history
  • Loading branch information
glenux committed Dec 18, 2023
1 parent f7b9403 commit 3cdd553
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mdbook.yml → .github/workflows/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
submodules: true
- name: Install mkdocs
run: |
apt-get update
apt-get install -y plantuml
pip3 install pipenv
make prepare
- name: Setup Pages
Expand Down

0 comments on commit 3cdd553

Please sign in to comment.