forked from MapComplete/MapComplete
Actions: try to fix single build
This commit is contained in:
parent
87198ca323
commit
5b8e1bf5b6
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue