Skip to content

Commit

Permalink
actual fix of build_doc.yml [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
lrineau committed Sep 23, 2024
1 parent 634e9ac commit 6b36698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ jobs:
force_build: ${{ needs.pre_build_checks.outputs.force_build }}
pr_number: ${{ needs.pre_build_checks.outputs.pr_number }}
doc_version: ${{ needs.pre_build_checks.outputs.doc_version }}
if: ${{ fromJSON(needs.pre_build_checks.outputs.trigger_build) }}
if: ${{ fromJSON(needs.pre_build_checks.outputs.trigger_build || false) }}
steps:

- name: Emoji-comment
Expand Down

0 comments on commit 6b36698

Please sign in to comment.