From 27964df913e1017f1cbca125b2452f8d97c3f1fa Mon Sep 17 00:00:00 2001 From: Anduin Xue Date: Sat, 12 Mar 2022 14:38:20 +0800 Subject: [PATCH] Run npm install. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 906d82e2..2295e5e4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,6 +19,7 @@ jobs: run: mdl . -r ~MD036,~MD024,~MD004,~MD029 - run: pip install -r requirements.txt - run: mkdocs build --strict + - run: npm install - run: node .github/manual_lint.js # Suppress 036 Emphasis used instead of a header # Suppress 024 Multiple headers with the same content