Skip to content

Commit

Permalink
Fix documentation post-build step
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-bcl committed Aug 1, 2024
1 parent 43afc0e commit 1eedcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
if: always()
steps:
- name: Check build matrix status
if: ${{ needs.*.result != 'success' }}
if: ${{ needs.build-index.result != 'success' || needs.build-projects.result != 'success' }}
run: exit 1

deploy:
Expand Down

0 comments on commit 1eedcd6

Please sign in to comment.