Skip to content

Commit

Permalink
fix(ci): --defined flag usage
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbz00 committed Aug 16, 2024
1 parent a6cdb9a commit b52dec5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
with:
name: ${{ env.PROJECT_NAME }}
arguments: >-
--define include_mdbook="true"
--define mdbook_pages_url="XXX"
--define include_precommit="true"
--define codecov="XXX"
--define architecture_url="XXX"
--define repository_path="XXX"
--define='include_mdbook="true"'
--define='mdbook_pages_url="XXX"'
--define='include_precommit="true"'
--define='codecov="XXX"'
--define='architecture_url="XXX"'
--define='repository_path="XXX"'
- name: Build setup
uses: ./.github/actions/build_setup
- run: |
Expand Down

0 comments on commit b52dec5

Please sign in to comment.