👷 add job to publish the documentation

This commit is contained in:
Niels Lohmann 2022-08-03 10:10:54 +02:00
parent 465b7785fe
commit 9fe14a8336
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 ; which plantuml ; plantuml -version
run: sudo apt-get install -y plantuml ; which plantuml ; plantuml -version ; cat $(which plantuml)
- name: Install virtual environment
run: make install_venv -C docs/mkdocs
- name: Build documentation