ci(global): optmize build scripts and fix error on RTD side

Signed-off-by: Andrei Jiroh Halili <ajhalili2006@andreijiroh.dev>
This commit is contained in:
Andrei Jiroh Halili 2025-06-14 02:26:58 +08:00
parent f5a63553fb
commit 2081d5fb54
No known key found for this signature in database
GPG key ID: 67BFC91B3DA12BE8
3 changed files with 3 additions and 3 deletions

View file

@ -23,4 +23,4 @@ python_version = "3.13"
[scripts]
dev = "mkdocs serve --watch overrides --watch-theme"
build = "mkdocs build -d public --verbose"
build-staging = "pipenv run build -f mkdocs.readthedocs.yml"
build-staging = "pipenv run build -f mkdocs.readthedocs.yml --verbose"