mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 17:34:38 +00:00
fix: reoslve the uv issue
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Wrapper for building the docs
|
||||
set -e
|
||||
# Ensure uv is in PATH
|
||||
export PATH="$HOME/.local/bin:$PATH"
|
||||
export PATH="$HOME/.local/bin:/root/.local/bin:$PATH"
|
||||
|
||||
cd doc/
|
||||
uv run make html
|
||||
|
||||
Reference in New Issue
Block a user