diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index ef689089..52b628ba 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -46,7 +46,7 @@ jobs: mkdocs-material- - name: Installing pip packages run: | - pip install conan mkdocs-material mike + pip install conan mkdocs-material mkdocs-rss-plugin mike - name: Prepare git run: | git config --global user.name github-actions