From: Sebastián Ramírez Date: Fri, 7 Aug 2026 17:40:20 +0000 (+0200) Subject: 👷 Remove Zensical docs cache (#2065) X-Git-Url: http://git.ipfire.org/index.cgi?a=commitdiff_plain;h=2a506d77319fbc3f7e68971ee32e2ecac9695862;p=thirdparty%2Ffastapi%2Fsqlmodel.git 👷 Remove Zensical docs cache (#2065) --- diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml index 0f74ef216..f0c968af9 100644 --- a/.github/workflows/build-docs.yml +++ b/.github/workflows/build-docs.yml @@ -67,10 +67,6 @@ jobs: uv.lock - name: Install docs extras run: uv sync --locked --no-dev --group docs - - uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 - with: - key: mkdocs-cards-${{ github.ref }} - path: .cache - name: Build Docs run: uv run ./scripts/docs.py build - uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1