From 9e92498533eeba0033f5096421b159eb47802bf8 Mon Sep 17 00:00:00 2001 From: Owen Jacobson Date: Sat, 26 Feb 2022 13:13:21 -0500 Subject: Start using the tools/ convention for standard processes --- tools/build | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 tools/build (limited to 'tools/build') diff --git a/tools/build b/tools/build new file mode 100755 index 0000000..5e25d51 --- /dev/null +++ b/tools/build @@ -0,0 +1,9 @@ +#!/bin/bash -e + +cd "$(dirname "$0")/.." + +## tools/build +## +## Converts the content in docs/ into a deployable website in site/ + +exec mkdocs build -- cgit v1.2.3