From d39bfed1ba8f5fc8fa39e7d583a04b2c15732322 Mon Sep 17 00:00:00 2001 From: VitalyLyaper <96875751+VitalyLyaper@users.noreply.github.com> Date: Fri, 26 Aug 2022 11:45:44 +0300 Subject: [PATCH] Update ci.yml docs: added plugin to fix broken links --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d4ebbfe2..7b8ddd0c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,4 +12,5 @@ jobs: with: python-version: 3.x - run: pip install mkdocs-material + - run: pip install mkdocs-redirects - run: mkdocs gh-deploy --force