👷 add job to publish the documentation
This commit is contained in:
parent
952ca86ceb
commit
9050ad467e
2
.github/workflows/publish_documentation.yml
vendored
2
.github/workflows/publish_documentation.yml
vendored
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user