This is an automated email from the ASF dual-hosted git repository. liujun pushed a commit to branch mkdocs in repository https://gitbox.apache.org/repos/asf/dubbo-website.git
commit 419f411313030a2829fdc820151f476f671c7e17 Author: ken.lj <[email protected]> AuthorDate: Thu Aug 13 15:22:58 2020 +0800 mkdocs material 5.5.3 --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 2f11631..c0788a6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,7 +16,7 @@ jobs: - name: Build run: | pip install \ - mkdocs-material \ + mkdocs-material>5.5.3 \ mkdocs-minify-plugin>=0.3 \ mkdocs- redirects>=1.0 mkdocs --version
