From c688aef81931d2eeb2240eaba41cd0221753b19e Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Tue, 1 Oct 2024 14:17:51 +0100 Subject: [PATCH] add styles/ Signed-off-by: Huong Nguyen --- .github/workflows/smoke-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index d9b4019..c484d3b 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -29,8 +29,8 @@ jobs: - name: Check /assets/ folder run: | - if [ ! "$(ls -A wheel_contents/kedro_sphinx_theme/assets/*.css)" ]; then echo "CSS files missing in /assets/"; exit 1; fi - if [ ! "$(ls -A wheel_contents/kedro_sphinx_theme/assets/*.js)" ]; then echo "JS files missing in /assets/"; exit 1; fi + if [ ! "$(ls -A wheel_contents/kedro_sphinx_theme/assets/styles/*.css)" ]; then echo "CSS files missing in /assets/"; exit 1; fi + if [ ! "$(ls -A wheel_contents/kedro_sphinx_theme/assets/styles/*.js)" ]; then echo "JS files missing in /assets/"; exit 1; fi - name: Check /theme/kedro-sphinx-theme/ folder run: |