From 407edcef7db90658a738da5cc51b400eb50df53e Mon Sep 17 00:00:00 2001 From: Tulio Leao Date: Fri, 6 Sep 2019 01:20:06 -0300 Subject: [PATCH] Add step to check for MkDocs --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 561e567af..57b3ced11 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,9 @@ jobs: pip install --upgrade pip pip install -r ./requirements.txt + - name: Check MkDocs + run: mkdocs --version + - name: Build with MkDocs run: mkdocs build