From 7b4770bb1df6f585c10904f2f8cc26aaf17204e7 Mon Sep 17 00:00:00 2001 From: Sina Atalay Date: Sun, 10 Sep 2023 19:37:56 +0200 Subject: [PATCH] fix ci.yaml --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 5e2e702..a447793 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,4 +21,5 @@ jobs: restore-keys: | mkdocs-material- - run: pip install mkdocs-material + - run: pip install mkdocstrings - run: mkdocs gh-deploy --force