Skip to content

Commit

Permalink
include kedro_sphinx_theme/
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 5239ff0 commit 85cd284
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/smoke-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,13 @@ jobs:
- name: Check /assets/ folder
run: |
if [ ! "$(ls -A wheel_contents/assets/*.css)" ]; then echo "CSS files missing in /assets/"; exit 1; fi
if [ ! "$(ls -A wheel_contents/assets/*.js)" ]; then echo "JS files missing in /assets/"; exit 1; fi
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
- name: Check /theme/kedro-sphinx-theme/ folder
run: |
if [ ! "$(ls -A wheel_contents/theme/kedro-sphinx-theme/*.html)" ]; then echo "HTML files missing in /theme/kedro-sphinx-theme/"; exit 1; fi
if [ ! "$(ls -A wheel_contents/kedro_sphinx_theme/theme/kedro-sphinx-theme/*.html)" ]; then echo "HTML files missing in /theme/kedro-sphinx-theme/"; exit 1; fi
- name: Check theme.conf file
run: |
if [ ! -f "wheel_contents/theme/kedro-sphinx-theme/theme.conf" ]; then echo "theme.conf file missing in /theme/kedro-sphinx-theme/"; exit 1; fi
if [ ! -f "wheel_contents/kedro_sphinx_theme/theme/kedro-sphinx-theme/theme.conf" ]; then echo "theme.conf file missing in /theme/kedro-sphinx-theme/"; exit 1; fi

0 comments on commit 85cd284

Please sign in to comment.