From b20959785d967bc1377b302bef7eafebce17d668 Mon Sep 17 00:00:00 2001 From: minottic Date: Thu, 4 Jul 2024 11:45:25 +0200 Subject: [PATCH] Fix dir path --- .github/mkdocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mkdocs.yaml b/.github/mkdocs.yaml index 2c7f20fc..a1027c07 100644 --- a/.github/mkdocs.yaml +++ b/.github/mkdocs.yaml @@ -1,5 +1,5 @@ site_name: SciCatLive -docs_dir: ../docs/services # Directory containing both code and Markdown files +docs_dir: ../services # Directory containing both code and Markdown files theme: name: material