diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 62d802e..308e1c1 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -25,5 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material[imaging]==9.5.44 mkdocs-git-revision-date-localized-plugin==1.3.0 mkdocs-git-authors-plugin==0.9.2 mkdocs-static-i18n==1.2.3 + - run: pip install mkdocs-material[imaging]==9.5.45 mkdocs-git-revision-date-localized-plugin==1.3.0 mkdocs-git-authors-plugin==0.9.2 mkdocs-static-i18n==1.2.3 - run: mkdocs gh-deploy --force \ No newline at end of file