From 8ee7cfe05292304c4a8f6a783868004dcc27efdd Mon Sep 17 00:00:00 2001 From: gurizab Date: Thu, 16 Nov 2023 15:42:47 +0100 Subject: [PATCH] add missing dependencies for mkdocs in ci.yml --- .github/workflows/ci.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 97bd7d2ba..741f6e8f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,14 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material + - name: Install dependencies + run: | + mkdocs==1.4.3 + mkdocs-autorefs==0.4.1 + mkdocs-material==9.1.15 + mkdocs-material-extensions==1.1.1 + mkdocstrings==0.20.0 + mkdocstrings-python==1.1.2 - run: | cd NASLib_docs mkdocs gh-deploy --force