Commit 148ff79
fix: ensure destination dirs exist before docs-sync rsync
The docs/3.1.0/ directory doesn't exist yet in wheels.dev, causing
rsync to fail with "No such file or directory". Add mkdir -p before
rsync to handle first-time sync for new versions.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent aec989d commit 148ff79
1 file changed
+5
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
29 | 34 | | |
30 | 35 | | |
31 | 36 | | |
| |||
0 commit comments