Skip to content

Commit ce840ac

Browse files
committed
add .nojekyll file to handle api doc files starting with underscore correctly on gh pages
1 parent 643bc4a commit ce840ac

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.nojekyll

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
It is now possible to completely bypass Jekyll processing on GitHub Pages by creating a file named .nojekyll in the
2+
root of your pages repo and pushing it to GitHub. This should only be necessary if your site uses files or directories
3+
that start with underscores since Jekyll considers these to be special resources and does not copy them to the final
4+
site.
5+
6+
https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/

0 commit comments

Comments
 (0)