From 95a5611c3d70dfcb7d7f32c20c0cef0ddfa324c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rton=20Kardos?= Date: Mon, 9 Sep 2024 15:24:48 +0200 Subject: [PATCH] Tried fixing docs --- .github/workflows/static.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index f17e02e..974a2d1 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -23,7 +23,7 @@ jobs: - name: Dependencies run: | python -m pip install --upgrade pip - pip install "stormtrooper" "griffe==0.4.0" "mkdocstrings[python]==0.22.0" "mkdocs==1.5.3" "mkdocs-material==9.5.6" + pip install "stormtrooper" "griffe" "mkdocstrings[python]" "mkdocs" "mkdocs-material" - name: Build and Deploy if: github.event_name == 'push'