From 3bc4631a0ff6a92cf38930c784c6ea13bc5d9ef4 Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 7 Feb 2026 10:49:58 -0800 Subject: [PATCH] CI: build docs with Zensical in release workflow --- .github/workflows/ci-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index 36e68bf01..822d225b6 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -70,7 +70,7 @@ jobs: --python ${{ steps.setup-python.outputs.python-version }} \ --dev \ --frozen \ - mkdocs build --config-file ./mkdocs.yml + zensical build --clean # ---- Prepare Release ---- - name: Generate requirements file run: |