Skip to content

Commit f3163bb

Browse files
authored
Disable docs build skipping until a better solution is found (vllm-project#36790)
Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com>
1 parent 700a1dd commit f3163bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.readthedocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ build:
99
python: "3.12"
1010
jobs:
1111
post_checkout:
12-
- bash docs/maybe_skip_pr_build.sh
12+
# - bash docs/maybe_skip_pr_build.sh
1313
- git fetch origin main --unshallow --no-tags --filter=blob:none || true
1414
pre_create_environment:
1515
- pip install uv

0 commit comments

Comments
 (0)