🚑 fix documentation job

This commit is contained in:
Niels Lohmann 2022-08-07 13:34:34 +02:00
parent b0422f8013
commit bfbe774d8f
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

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