Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
Yuan Tang 2025-05-14 21:28:38 -04:00
parent ed9ac853cd
commit 4a8d738e48
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View file

@ -74,4 +74,4 @@ jobs:
if [ $(echo $response | jq -r '.build_triggered') != 'true' ]; then
echo "Failed to trigger ReadTheDocs build"
exit 1
fi
fi

View file

@ -144,4 +144,4 @@ def setup(app):
return [node], []
app.add_role("dockerhub", dockerhub_role)
app.add_role("repopath", repopath_role)
app.add_role("repopath", repopath_role)