Skip to content

Commit

Permalink
add previws
Browse files Browse the repository at this point in the history
Signed-off-by: rashidakanchwala <[email protected]>
  • Loading branch information
rashidakanchwala committed Sep 9, 2024
1 parent 63f913d commit bfd384f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Update demo-project build directory with the latest changes
run: |
cd demo-project
if ! (kedro viz build |& tee /dev/stderr | grep -i -q "Success!"); then
if ! (kedro viz build --include-previews |& tee /dev/stderr | grep -i -q "Success!"); then
exit 1
fi
shell: bash
Expand Down

0 comments on commit bfd384f

Please sign in to comment.