mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +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
|