Skip to content

Commit

Permalink
fix docs-deploy condition
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Nov 4, 2024
1 parent cf4ee59 commit d9d00c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ jobs:
with:
script: "ci/build_docs.sh"
# only deploy docs on tag pushes or when someone manually runs the workflow
deploy: ${{ github.event_name == "tag" }} || ${{ inputs.deploy_docs == true }}
deploy: ${{ github.event_name == "tag" || inputs.deploy_docs == true }}
secrets: inherit

0 comments on commit d9d00c9

Please sign in to comment.