From f2c5a7438c542548eab3ce60a65eb5f28f33bd09 Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Sat, 5 Mar 2022 00:52:54 +0800 Subject: [PATCH] Try to manually build it with strict. --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c9dd53cf..910c407d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +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@v0.24 + - run: pip install -r requirements.txt + - run: mkdocs build --strict # Suppress 036 Emphasis used instead of a header # Suppress 024 Multiple headers with the same content