From 4d233a8a6de29b14d83dbc931a163e7b0209d771 Mon Sep 17 00:00:00 2001 From: Fabien Taillon Date: Tue, 26 Sep 2023 14:49:04 +0200 Subject: [PATCH] Updated doc generation --- .github/workflows/build-deploy-docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deploy-docs.yml b/.github/workflows/build-deploy-docs.yml index 37b8451..4c92b6a 100644 --- a/.github/workflows/build-deploy-docs.yml +++ b/.github/workflows/build-deploy-docs.yml @@ -24,5 +24,5 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.x - - run: pip install mkdocs-material mdx_truly_sane_lists json-schema-for-humans + - run: pip install mkdocs-material mdx_truly_sane_lists json-schema-for-humans mkdocs-glightbox==0.3.2 pymdown-extensions==9.1 - run: mkdocs gh-deploy --force