Skip to content

Commit ee5f5a3

Browse files
committed
[TASK] Move Readme.html to Index.html if not Index is found
Resolves TYPO3-Documentation/render-guides#938
1 parent ad51a3d commit ee5f5a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main-rendering.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
echo '<html>' >> "$dir/Index.html"
8282
echo ' <head>' >> "$dir/Index.html"
8383
echo ' <meta http-equiv="refresh" content="0; url=../Index.html">' >> "$dir/Index.html"
84-
echo ' </head>' >> "Index/Index.html"
84+
echo ' </head>' >> "$dir/Index.html"
8585
echo ' <body>' >> "$dir/Index.html"
8686
echo ' <p>If you are not redirected, <a href="../Index.html">click here</a>.</p>' >> "$dir/Index.html"
8787
echo ' </body>' >> "$dir/Index.html"

0 commit comments

Comments
 (0)