From 5a70fd54aae53880255576b68d071c05caaebb54 Mon Sep 17 00:00:00 2001 From: tc-imba Date: Tue, 25 Jun 2024 04:02:50 +0800 Subject: [PATCH] docs: fix github ci Co-authored-by: tc-imba Co-authored-by: Reapor-Yurnero --- .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 3ff578e..e354fbc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,5 +25,5 @@ jobs: path: .cache restore-keys: | mkdocs-material- - - run: pip install mkdocs-material - - run: mkdocs gh-deploy --force \ No newline at end of file + - run: pip install mkdocs-material mkdocs-include-markdown-plugin + - run: mkdocs gh-deploy --force