Commit 9acc7f3
Fix docs deploy: drop stale index.html rename step
The wwwroot already ships app.htm directly (BlazorMonaco removal moved
the entry point off index.html), so `mv .../index.html .../app.htm`
fails with "No such file or directory". Also drops the companion rm of
BlazorMonaco static assets since those no longer exist in the publish
output.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 4f0c526 commit 9acc7f3
1 file changed
+1
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | 39 | | |
42 | 40 | | |
43 | 41 | | |
44 | 42 | | |
45 | | - | |
46 | | - | |
47 | 43 | | |
48 | 44 | | |
49 | 45 | | |
| |||
0 commit comments