Skip to content

Commit

Permalink
Enable previews on Demo Site (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
rashidakanchwala authored Sep 11, 2024
1 parent aefe8c5 commit e34daca
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 e34daca

Please sign in to comment.