Files
relay/scripts/build-docs.sh
2026-01-02 16:50:08 +01:00

10 lines
154 B
Bash

#!/bin/sh
#
# Wrapper for building the docs
set -e
# Ensure uv is in PATH
export PATH="$HOME/.local/bin:/root/.local/bin:$PATH"
cd doc/
uv run make html