From 52b531c12b895b7b5574314c2f5d494487ecff83 Mon Sep 17 00:00:00 2001 From: Scott McCarthy Date: Wed, 27 Jul 2022 16:13:12 +0100 Subject: [PATCH] Update ci.yml addd python markdown and glightbox extensions to build job --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e46604..991ab0b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,5 +12,7 @@ jobs: - uses: actions/setup-python@v2 with: python-version: 3.x - - run: pip install mkdocs-material + - run: pip install mkdocs-material + - run: pip install pymdown-extensions + - run: pip install mkdocs-glightbox - run: mkdocs gh-deploy --force