From 9050ad467ed19e4a4da4a2a1b84ba8a9c0b3f1d2 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Wed, 3 Aug 2022 10:05:12 +0200 Subject: [PATCH] :construction_worker: add job to publish the documentation --- .github/workflows/publish_documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish_documentation.yml b/.github/workflows/publish_documentation.yml index e5fc173c0..c21188d40 100644 --- a/.github/workflows/publish_documentation.yml +++ b/.github/workflows/publish_documentation.yml @@ -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