Commit 2202fb0
committed
fix(ci): ensure target/doc directory exists before creating redirect
The deploy-docs job was failing because it tried to write to
target/doc/index.html without ensuring the directory exists first.
Added 'mkdir -p target/doc' before creating the redirect file.
Fixes CI error: 'target/doc/index.html: No such file or directory'1 parent dee7ff8 commit 2202fb0
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
196 | 196 | | |
197 | 197 | | |
198 | 198 | | |
| 199 | + | |
199 | 200 | | |
200 | 201 | | |
201 | 202 | | |
| |||
0 commit comments