mirror of
https://github.com/Hopiu/django-markdownx.git
synced 2026-05-18 01:21:08 +00:00
Create .nojekyll automatically.
This commit is contained in:
parent
5f8b4f56e9
commit
aee683904d
1 changed files with 1 additions and 1 deletions
2
dev.xml
2
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."
|
||||
|
|
|
|||
Loading…
Reference in a new issue