👷 add job to publish the documentation

This commit is contained in:
Niels Lohmann 2022-08-03 09:53:02 +02:00
parent e61f8b12e6
commit c541481dc5
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -17,7 +17,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: install PlantUML
run: sudo apt-get install -y plantuml
- name: install virtual environment
run: make install_venv -C docs/mkdocs
- name: build documentation
run: make install_venv build -C docs/mkdocs
run: make build -C docs/mkdocs
- name: publish documentation
run: make publish -C docs/mkdocs