build-docs.sh 88 B

1234567
  1. #!/usr/bin/env bash
  2. set -o errexit
  3. set -o nounset
  4. set -o pipefail
  5. uv run mkdocs build