tabs-lite/docs/script/cibuild

16 lines
214 B
Text
Raw Permalink Normal View History

2025-11-24 08:58:44 +01:00
#!/bin/sh
set -e
script/build
if test -e "./_site/index.html";then
echo "It builds!"
rm -Rf _site
else
echo "Huh. That's odd. The example site doesn't seem to build."
exit 1
fi
gem build minima.gemspec