doc: add a .nojekyll to gh pages

This commit is contained in:
Ciro Santilli
2022-07-19 19:21:18 +00:00
parent 92bb7d5f54
commit 82c4b851d1

View File

@@ -9,6 +9,7 @@ git checkout master -- \
'*.png' \ '*.png' \
_config.yml \ _config.yml \
; ;
touch .nojekyll
cp out/README.html index.html cp out/README.html index.html
cp out/doc/* . cp out/doc/* .
mv README.html index-split.html mv README.html index-split.html