Skip to content

Commit bfbe774

Browse files
committed
🚑 fix documentation job
1 parent b0422f8 commit bfbe774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v3
2424

2525
- name: Install and update PlantUML
26-
run: sudo apt-get install -y plantuml
26+
run: sudo apt-get update ; sudo apt-get install -y plantuml
2727

2828
- name: Install virtual environment
2929
run: make install_venv -C docs/mkdocs

0 commit comments

Comments
 (0)