Skip to content

Commit c0e6ede

Browse files
Update MODULE_LIST path in Update-ModuleList function to point to the correct markdown file location
1 parent 124be48 commit c0e6ede

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/update-index/src/Helper.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ $moduleTableRows</table>
229229
230230
"@
231231

232-
Update-MDSection -Path '.\src\docs\PowerShell\Modules\index.md' -Name 'MODULE_LIST' -Content $moduleTable
232+
Update-MDSection -Path '.\src\docs\Modules\Catalog\index.md' -Name 'MODULE_LIST' -Content $moduleTable
233233
}
234234

235235
function Update-FunctionAppList {

0 commit comments

Comments
 (0)