Actions: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2024-12-14 20:22:28 +01:00
parent 94b502f53c
commit 8a1d76dab6

View file

@ -10,12 +10,15 @@ fi
npm run refresh:layeroverview npm run refresh:layeroverview
npm run generate:layeroverview npm run generate:layeroverview
npm run test
npm run generate:layouts npm run generate:layouts
if [[ -f "$THEME.html" ]] if [[ -f "$THEME.html" ]]
then then
echo "$THEME.html found." echo "$THEME.html found."
else else
pwd
ls
echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?" echo "Theme '$THEME' not found. Did you run 'npm run generate:layouts'? Is the theme name correct?"
exit 1 exit 1
fi fi