Skip to content

Commit

Permalink
Wait for build docs before deploying (#22356)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinMind authored Jun 12, 2024
1 parent f4c10c5 commit fe02ae8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ jobs:
name: ${{ env.docs_artifact }}

docs_deploy:
needs: context
needs: [context, docs_build]
# Only deploy docs on a push event
# to the default branch
# that is not running on a fork
Expand Down

0 comments on commit fe02ae8

Please sign in to comment.