From a692e574bfd2e5c1d29533314533396c69ce5cec Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Mon, 9 Sep 2024 17:02:20 +0100 Subject: [PATCH] add previews Signed-off-by: rashidakanchwala --- .github/workflows/deploy-demo.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-demo.yml b/.github/workflows/deploy-demo.yml index 2f2cedd053..112545e683 100644 --- a/.github/workflows/deploy-demo.yml +++ b/.github/workflows/deploy-demo.yml @@ -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