[CI] Remove duplicated docs build from buildkite (#22924)

Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
This commit is contained in:
Harry Mellor
2025-08-15 13:58:06 +01:00
committed by GitHub
parent 48f4636927
commit e8b40c7fa2
3 changed files with 5 additions and 18 deletions

View File

@@ -10,7 +10,7 @@ cd /vllm-workspace/
# uninstall vllm
pip3 uninstall -y vllm
# restore the original files
mv test_docs/vllm ./vllm
mv src/vllm ./vllm
# remove all compilers
apt remove --purge build-essential -y