Skip to content

Commit 3331e8b

Browse files
committed
Don't block releases on docs
Linkcheck can fail during tag-triggered release runs because the new release docs may not exist on RTD yet. The docs build/linkcheck still runs and reports separately, but release no longer waits on that timing-sensitive check.
1 parent 30e002d commit 3331e8b

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,6 @@ jobs:
364364
- test-dist
365365
- test-standalone
366366
- lint
367-
- doc
368367
runs-on: ubuntu-latest
369368
steps:
370369
- uses: actions/checkout@v6

0 commit comments

Comments
 (0)