From 9eaa0e58c1b118580b82896b18fed2b58ee4d4ed Mon Sep 17 00:00:00 2001 From: V1CeVersaa <285424882@qq.com> Date: Wed, 17 Jul 2024 22:19:42 +0800 Subject: [PATCH] chores: change CI ver4 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7a92293..2414b88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: run: pip install mkdocs-material mkdocs-macros-plugin pymdown-extensions mkdocs-material-extensions mkdocs-statistics-plugin neoteroi-mkdocs # run: pip install -r requirements.txt - name: Build site (_site directory name is used for Jekyll compatiblity) - run: mkdocs build --config-file ./mkdocs.yml --strict --site-dir ./_site + run: mkdocs build --config-file ./mkdocs.yml --site-dir ./_site env: CI: true - name: Upload artifact