From 1113c024382d40e8c07051eb9ac19f3537a75dc2 Mon Sep 17 00:00:00 2001 From: Tom Close Date: Mon, 9 Sep 2024 07:34:29 +1000 Subject: [PATCH] changed docs build dep in ci --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 8bc9293..73c2e5a 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -88,7 +88,7 @@ jobs: build-docs: runs-on: ubuntu-latest - needs: [build] + needs: [test] steps: - name: Checkout repository uses: actions/checkout@v2