mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-01 16:24:44 +00:00
fix lint
Signed-off-by: Yuan Tang <terrytangyuan@gmail.com>
This commit is contained in:
parent
ed9ac853cd
commit
4a8d738e48
2 changed files with 2 additions and 2 deletions
2
.github/workflows/update-readthedocs.yml
vendored
2
.github/workflows/update-readthedocs.yml
vendored
|
@ -74,4 +74,4 @@ jobs:
|
|||
if [ $(echo $response | jq -r '.build_triggered') != 'true' ]; then
|
||||
echo "Failed to trigger ReadTheDocs build"
|
||||
exit 1
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue