From f18898672b9b0a2f033302a3d27d2f06ad21969b Mon Sep 17 00:00:00 2001 From: Wayne Starr Date: Fri, 10 May 2024 10:43:57 -0600 Subject: [PATCH] fix the docs shim --- .github/workflows/ci-docs-shim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-docs-shim.yaml b/.github/workflows/ci-docs-shim.yaml index 61ccd8e..1590d79 100644 --- a/.github/workflows/ci-docs-shim.yaml +++ b/.github/workflows/ci-docs-shim.yaml @@ -28,7 +28,7 @@ jobs: strategy: matrix: flavor: [upstream] - type: [install] + type: [install, upgrade] bundle: ["k3d-demo", "dev"] steps: - name: Shim for ${{ matrix.type }} ${{ matrix.bundle }} ${{ matrix.flavor }}