👷 add job to publish the documentation

This commit is contained in:
Niels Lohmann 2022-08-03 10:02:46 +02:00
parent c541481dc5
commit 952ca86ceb
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69
2 changed files with 5 additions and 5 deletions

View File

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

View File

@ -30,7 +30,7 @@ mkdocs-simple-hooks==0.1.5
nltk==3.7
packaging==21.3
plantuml==0.3.0
plantuml-markdown==3.5.2
plantuml-markdown==3.6.3
Pygments==2.11.0
pymdown-extensions==9.3
pyparsing==3.0.8