🚑 fix documentation job

This commit is contained in:
Niels Lohmann
2022-08-07 13:34:34 +02:00
parent b0422f8013
commit bfbe774d8f

View File

@@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v3
- name: Install and update PlantUML
run: sudo apt-get install -y plantuml
run: sudo apt-get update ; sudo apt-get install -y plantuml
- name: Install virtual environment
run: make install_venv -C docs/mkdocs