diff options
author | Jack Lloyd <[email protected]> | 2017-09-20 02:48:05 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2017-09-20 02:48:05 -0400 |
commit | f7927e4081f1029e0b9c735cfff12ab1fc5f05b8 (patch) | |
tree | 533f58823d8c593a513f3e4d0c7f635f5f91655d /src | |
parent | d3b0cb47b7ea04fea0327a9fbdfd2224620836b2 (diff) |
Fix website script
[ci skip]
Diffstat (limited to 'src')
-rwxr-xr-x | src/scripts/website.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/scripts/website.sh b/src/scripts/website.sh index be4fc1685..9662537e7 100755 --- a/src/scripts/website.sh +++ b/src/scripts/website.sh @@ -2,7 +2,7 @@ set -e which shellcheck > /dev/null && shellcheck "$0" # Run shellcheck on this if available -SPHINX_CONFIG=./src/build-data/sphinx +SPHINX_CONFIG=./src/configs/sphinx WEBSITE_DIR=./www-botan WEBSITE_SRC_DIR=./www-src |