diff --git a/dev.xml b/dev.xml index 15d3542..9f49d44 100644 --- a/dev.xml +++ b/dev.xml @@ -193,7 +193,7 @@ mv ./docs/html/* ./docs/ URL="docs/index.html" echo "Documentations index file: $URL" - +"" >> ./docs/.nojekyll [[ -x $BROWSER ]] && exec "$BROWSER" "$URL" path=$(which xdg-open || which gnome-open || which open) && exec "$path" "$URL" echo "Built the docs - but couldn't find a browser to open them."