Update Build.sh

This commit is contained in:
octt 2022-09-22 15:38:33 +00:00
parent 6325aaf278
commit d5e0411165

View File

@ -10,5 +10,5 @@ tiddlywiki \
--rendertiddler $:/core/templates/static.template.css Style.css text/plain \
--rendertiddler $:/core/templates/alltiddlers.template.html Static.html text/plain
wget -O "-1.html" "$URL" 2>/dev/null
wget -O "-2.html" "$URL/-1.html" 2>/dev/null
wget -O "-1.html" "$URL" || true
wget -O "-2.html" "$URL/-1.html" || true