From d46000b66a41343fc579cfbc153eb41769bd1024 Mon Sep 17 00:00:00 2001 From: squidfunk Date: Fri, 14 Feb 2020 08:39:12 +0100 Subject: [PATCH] Added minify plugin to deploy pipeline --- .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 653803283..f143e1682 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -93,7 +93,9 @@ jobs: ${{ runner.os }}-pip- - if: steps.cache-python.outputs.cache-hit != 'true' - run: pip install -r requirements.txt + run: | + pip install -r requirements.txt + pip install mkdocs-minify-plugin>=0.2 # Set configuration for repository and deploy documentation - env: