Skip to content

Commit

Permalink
remove js file in styles
Browse files Browse the repository at this point in the history
Signed-off-by: Huong Nguyen <huongg1409@gmail>
  • Loading branch information
Huong Nguyen committed Oct 1, 2024
1 parent c688aef commit 8debc89
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 8debc89

Please sign in to comment.