Skip to content

Commit

Permalink
add 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 85cd284 commit c688aef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit c688aef

Please sign in to comment.