Actions: try to fix single build

This commit is contained in:
Pieter Vander Vennet 2024-12-14 13:52:18 +01:00
parent 87198ca323
commit 5b8e1bf5b6

View file

@ -9,6 +9,8 @@ if [ $# -eq 0 ]
fi fi
pwd pwd
npm run refresh:layeroverview
npm run generate:layeroverview
npm run generate:layouts npm run generate:layouts
if [ -f "$THEME.html" ] if [ -f "$THEME.html" ]
then then
@ -69,7 +71,6 @@ pwd
ls . ls .
for f in * for f in *
do do
# echo ">>>" $f
case "$f" in case "$f" in
*$THEME* ) *$THEME* )
echo "Keeping $f" echo "Keeping $f"