From 8debc89ce37f24a997aa81ad98867872945830f7 Mon Sep 17 00:00:00 2001 From: Huong Nguyen Date: Tue, 1 Oct 2024 14:19:26 +0100 Subject: [PATCH] remove js file in styles Signed-off-by: Huong Nguyen --- .github/workflows/smoke-test.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/smoke-test.yml b/.github/workflows/smoke-test.yml index c484d3b..de33f5c 100644 --- a/.github/workflows/smoke-test.yml +++ b/.github/workflows/smoke-test.yml @@ -30,7 +30,6 @@ jobs: - name: Check /assets/ folder run: | 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: |