mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
6 lines
74 B
Bash
Executable File
6 lines
74 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
cd "$(dirname "$0")"/../docs
|
|
rm -rf _build
|
|
make html
|