👷 add job to publish the documentation

This commit is contained in:
Niels Lohmann 2022-08-03 10:05:12 +02:00
parent 952ca86ceb
commit 9050ad467e
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install 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
- name: Build documentation