diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 17:32:36 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-12-03 17:32:36 +0800 |
commit | ecfc1fb5cbe7907ee94f862aecd3d736f5c19e97 (patch) | |
tree | f81bee377d2e65867d10ec338c99e01e122f4ddb /www/scripts | |
parent | 20101c5feadd5e045e4a5fe623d96bede8dbc25a (diff) |
Update
Diffstat (limited to 'www/scripts')
-rwxr-xr-x | www/scripts/build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/scripts/build.sh b/www/scripts/build.sh index 9b95c99..a0c971d 100755 --- a/www/scripts/build.sh +++ b/www/scripts/build.sh | |||
@@ -8,8 +8,8 @@ markdown_bin="markdown -f fencedcode,autolink,alphalist,autolink,footnote" | |||
8 | # Directory for input/output | 8 | # Directory for input/output |
9 | input_dir=${input_dir:?ENV \"input_dir\" is not set} | 9 | input_dir=${input_dir:?ENV \"input_dir\" is not set} |
10 | output_dir=${output_dir:?ENV \"output_dir\" is not set} | 10 | output_dir=${output_dir:?ENV \"output_dir\" is not set} |
11 | assets_dir=${assets_dir:?ENV \"assets_dir\" is not set} | 11 | assets_dir=${assets_dir:-`pwd`/assets} |
12 | template_dir=${template_dir:?ENV \"template_dir\" is not set} | 12 | template_dir=${template_dir:-`pwd`/templates} |
13 | 13 | ||
14 | # functions {{{ | 14 | # functions {{{ |
15 | 15 | ||