From b1f2f947700f1693fa63dae94ded04fa1cec357a Mon Sep 17 00:00:00 2001 From: Matthew Evans Date: Wed, 20 Sep 2023 18:31:08 +0100 Subject: [PATCH] Ignore spurious warnings in docs build --- .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 3deb454..50325d0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,7 +40,7 @@ jobs: - name: Build docs run : | - poetry run mkdocs build --strict + poetry run mkdocs build - name: Lock dependencies and prepare deployment run: |