From 70be27b97e66c26dd353efb502a1b228332b4453 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Sat, 5 Mar 2022 00:43:02 +0800 Subject: [PATCH] CI will check mkdocs build. --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be60ed89..b5c25673 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,5 +13,7 @@ jobs: run: sudo gem install mdl - name: Lint markdown files run: mdl . -r ~MD036,~MD024,~MD004,~MD029 + - name: Try build docs + uses: jnanadarshan/mkdocs-build-action@v1 # Suppress 036 Emphasis used instead of a header # Suppress 024 Multiple headers with the same content