Actions: attempt to fix build

This commit is contained in:
Pieter Vander Vennet 2024-12-14 14:48:27 +01:00
parent 5b8e1bf5b6
commit 94b502f53c

View file

@ -8,11 +8,11 @@ if [ $# -eq 0 ]
echo "No arguments given. Expected a themename"
fi
pwd
npm run refresh:layeroverview
npm run generate:layeroverview
npm run generate:layouts
if [ -f "$THEME.html" ]
if [[ -f "$THEME.html" ]]
then
echo "$THEME.html found."
else