zulip/tools/build-docs

7 lines
82 B
Bash
Executable File

#!/usr/bin/env bash
set -eu
cd "$(dirname "$0")"/../docs
rm -rf _build
make html