Files
relay/scripts/build-docs.sh

10 lines
137 B
Bash

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