👷 add job to publish the documentation
This commit is contained in:
parent
0e64c58d32
commit
582933cbf3
2
.github/workflows/publish_documentation.yml
vendored
2
.github/workflows/publish_documentation.yml
vendored
@ -20,7 +20,7 @@ jobs:
|
||||
- name: Install PlantUML
|
||||
run: sudo apt-get install -y plantuml
|
||||
- name: Patch PlantUML
|
||||
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2022.6/plantuml-1.2022.6.jar ; mv plantuml-1.2022.6.jar /usr/share/plantuml/plantuml.jar ; plantuml -version
|
||||
run: wget https://github.com/plantuml/plantuml/releases/download/v1.2022.6/plantuml-1.2022.6.jar ; sudo mv plantuml-1.2022.6.jar /usr/share/plantuml/plantuml.jar ; plantuml -version
|
||||
- name: Install virtual environment
|
||||
run: make install_venv -C docs/mkdocs
|
||||
- name: Build documentation
|
||||
|
||||
Loading…
Reference in New Issue
Block a user