zulip/tools/build-docs

6 lines
74 B
Plaintext
Raw Normal View History

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