diff --git a/docs/publish.sh b/docs/publish.sh index cc0273a..3558a9e 100755 --- a/docs/publish.sh +++ b/docs/publish.sh @@ -54,6 +54,9 @@ git reset --hard origin/master echo "Cleaning GitHub pages repo..." git rm -rf . || true +# GitHub Pages https://github.blog/news-insights/the-library/bypassing-jekyll-on-github-pages/ +touch .nojekyll + # Build docs echo "Building docs..." cd "$ROOTDIR"