oops index-split

This commit is contained in:
Ciro Santilli
2021-07-27 16:53:17 +01:00
parent 2b436adf36
commit 32b6d03689

View File

@ -11,7 +11,7 @@ git checkout master -- \
;
cp out/README.html index.html
cp out/doc/* .
mv README.html index.html
mv README.html index-split.html
git add .
git commit --message "$(git log -n1 --pretty='%H' master)"
git push