From dbe4fac31ab692191b9302690e244451f3d21df2 Mon Sep 17 00:00:00 2001 From: Akshay Agrawal Date: Thu, 9 Jan 2025 21:09:45 -0800 Subject: [PATCH] docs: tip to include nojekyll if building from a folder --- docs/guides/publishing/github_pages.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/guides/publishing/github_pages.md b/docs/guides/publishing/github_pages.md index d81576bbef2..d5ec72dd1e7 100644 --- a/docs/guides/publishing/github_pages.md +++ b/docs/guides/publishing/github_pages.md @@ -75,5 +75,10 @@ jobs: ## Publish manually -You can also publish an exported notebook manually, through your repository +You can also publish an exported notebook manually through your repository settings. Read [GitHub's documentation](https://docs.github.com/en/pages/getting-started-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) to learn more. + +Make sure to [include a `.nojekyll` +file](https://github.blog/news-insights/bypassing-jekyll-on-github-pages/) in +root folder from which your site is built to prevent GitHub from interfering +with your site.