Using path of script as base directory for local builds
1 files changed, 2 insertions(+), 0 deletions(-) M local_build.sh
M local_build.sh => local_build.sh +2 -0
@@ 1,6 1,8 @@ #/bin/bash set -xe +cd "$(dirname "$0")" + . venv/bin/activate # build website