From c1e852136dc00f4ce1d6ba957fbea1ac7fe6cb84 Mon Sep 17 00:00:00 2001 From: Leo Heidweiler <112557863+LeoHeidweiler@users.noreply.github.com> Date: Thu, 25 Jul 2024 23:28:47 +0200 Subject: [PATCH] Update update_documentation.yml --- .github/workflows/update_documentation.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/update_documentation.yml b/.github/workflows/update_documentation.yml index e326807..89054dd 100644 --- a/.github/workflows/update_documentation.yml +++ b/.github/workflows/update_documentation.yml @@ -69,8 +69,7 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material - - + - run: mkdocs build - run: poetry run mkdocs gh-deploy --force