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
|
||||
|
||||
pwd
|
||||
npm run refresh:layeroverview
|
||||
npm run generate:layeroverview
|
||||
npm run generate:layouts
|
||||
if [ -f "$THEME.html" ]
|
||||
then
|
||||
|
@ -69,7 +71,6 @@ pwd
|
|||
ls .
|
||||
for f in *
|
||||
do
|
||||
# echo ">>>" $f
|
||||
case "$f" in
|
||||
*$THEME* )
|
||||
echo "Keeping $f"
|
||||
|
|
Loading…
Reference in a new issue