We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0422f8 commit bfbe774Copy full SHA for bfbe774
.github/workflows/publish_documentation.yml
@@ -23,7 +23,7 @@ jobs:
23
- uses: actions/checkout@v3
24
25
- name: Install and update PlantUML
26
- run: sudo apt-get install -y plantuml
+ run: sudo apt-get update ; sudo apt-get install -y plantuml
27
28
- name: Install virtual environment
29
run: make install_venv -C docs/mkdocs
0 commit comments