zulip/tools/build-docs

6 lines
74 B
Bash
Executable File

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