Skip to content

Commit

Permalink
fix(docs): fixes jobs by combining them build-and-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
csantiago132 committed Sep 29, 2024
1 parent 1e3d5bb commit 3fb476b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3fb476b

Please sign in to comment.