From 3fb476b4125c084ce31197f940cd5f79d81092b6 Mon Sep 17 00:00:00 2001 From: Carlos Santiago <5726971+csantiago132@users.noreply.github.com> Date: Sat, 28 Sep 2024 23:00:56 -0500 Subject: [PATCH] fix(docs): fixes jobs by combining them build-and-deploy --- .github/workflows/deploy_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_docs.yml b/.github/workflows/deploy_docs.yml index f70be65..8e4eb61 100644 --- a/.github/workflows/deploy_docs.yml +++ b/.github/workflows/deploy_docs.yml @@ -63,7 +63,7 @@ jobs: test: runs-on: ubuntu-latest - needs: build # Ensure build completes before running tests + needs: build-and-deploy # Ensure build completes before running tests steps: - name: Download artifact