From bfd384f0287d620021afd3a4c105ae8075befa48 Mon Sep 17 00:00:00 2001 From: rashidakanchwala Date: Mon, 9 Sep 2024 17:04:46 +0100 Subject: [PATCH] add previws 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