Skip to content

Commit

Permalink
fix(ci): typeset booleans correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 16, 2024
1 parent f603af1 commit 86ee227
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
arguments: >-
--define=include_mdbook="true"
--define=include_mdbook=true
--define=mdbook_pages_url="XXX"
--define=include_precommit="true"
--define=include_precommit=true
--define=codecov="XXX"
--define=architecture_url="XXX"
--define=repository_path="XXX"
Expand Down

0 comments on commit 86ee227

Please sign in to comment.