Set redirects update branch to test branch

Signed-off-by: Bence Szépkúti <bence.szepkuti@arm.com>
This commit is contained in:
Bence Szépkúti
2023-05-02 20:37:51 +02:00
parent 71f41deebc
commit c2a5d3b194

View File

@@ -17,7 +17,7 @@ build:
post_build:
- |
# Work around Readthedocs bug: Command parsing fails if the 'if' statement is on the first line
if [ "$READTHEDOCS_VERSION" = "development" ]; then
if [ "$READTHEDOCS_VERSION" = "dev-bensze01-in-tree-redirects-test" ]; then
"$READTHEDOCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/redirects.yaml
fi