diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2022-02-26 13:13:21 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2022-02-26 13:20:38 -0500 |
| commit | 9e92498533eeba0033f5096421b159eb47802bf8 (patch) | |
| tree | 823ba319f91dba2994997f147ec2e51a1860eb83 /tools/build | |
| parent | 84bae43e6f5d7a8a47805cd9fad2d7757a147f46 (diff) | |
Start using the tools/ convention for standard processes
Diffstat (limited to 'tools/build')
| -rwxr-xr-x | tools/build | 9 |
1 files changed, 9 insertions, 0 deletions
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 |
