split header

This commit is contained in:
Ciro Santilli
2021-07-27 16:52:31 +01:00
parent cc66e47dd0
commit 2b436adf36
6 changed files with 41 additions and 14 deletions

View File

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