Commit 0700fc2
committed
Fix duplicate deploy cache rows
The deploy cache could contain rows for the page
at e.g. /zzz/ and /zzz/index.html. Running a
normal workflow results in an index.html being
written to disk and a cache key with index.html,
but running direct-deploy skips this and results
in the dir-only path. Fix by adding index.html
in the deploy step when the path ends in /.1 parent 29463c8 commit 0700fc2
2 files changed
Lines changed: 8 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
16 | 18 | | |
17 | 19 | | |
18 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
106 | 112 | | |
107 | 113 | | |
108 | 114 | | |
| |||
127 | 133 | | |
128 | 134 | | |
129 | 135 | | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | 136 | | |
136 | 137 | | |
137 | 138 | | |
| |||
0 commit comments