From e34dacacee249478667c69b7e3643ac4cb8a1b29 Mon Sep 17 00:00:00 2001 From: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:20:39 +0100 Subject: [PATCH] Enable previews on Demo Site (#2084) --- .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