mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 00:16:52 +00:00
CI Fixes
This commit is contained in:
parent
ff70949e84
commit
c002390da3
@ -14,7 +14,7 @@ echo "Using TW5_BUILD_VERSION as [$TW5_BUILD_VERSION]"
|
|||||||
# >>> TEMPORARILY SET TO THE GEOSPATIAL PLUGIN; TO BE REVERTED BEFORE MERGING <<<
|
# >>> TEMPORARILY SET TO THE GEOSPATIAL PLUGIN; TO BE REVERTED BEFORE MERGING <<<
|
||||||
|
|
||||||
if [ -z "$TW5_BUILD_MAIN_EDITION" ]; then
|
if [ -z "$TW5_BUILD_MAIN_EDITION" ]; then
|
||||||
TW5_BUILD_MAIN_EDITION=./editions/geospatial
|
TW5_BUILD_MAIN_EDITION=./editions/geospatialdemo
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo "Using TW5_BUILD_MAIN_EDITION as [$TW5_BUILD_MAIN_EDITION]"
|
echo "Using TW5_BUILD_MAIN_EDITION as [$TW5_BUILD_MAIN_EDITION]"
|
||||||
|
@ -11,8 +11,10 @@
|
|||||||
],
|
],
|
||||||
"build": {
|
"build": {
|
||||||
"index": [
|
"index": [
|
||||||
"--render","$:/core/save/all","geospatialdemo.html","text/plain"],
|
"--render","$:/core/save/all","index.html","text/plain"],
|
||||||
"favicon": [],
|
"favicon": [],
|
||||||
"static": []
|
"static": [],
|
||||||
|
"empty": [],
|
||||||
|
"encrypted": []
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user