From 2fee08f8526dc30f1eae5fdaa4c6f3cd92b2508a Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 5 May 2024 11:18:43 +0200 Subject: [PATCH] add no jekyl --- blog/how-to/docusaurus/ignore-jekyl-on-gh-pages.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 blog/how-to/docusaurus/ignore-jekyl-on-gh-pages.md diff --git a/blog/how-to/docusaurus/ignore-jekyl-on-gh-pages.md b/blog/how-to/docusaurus/ignore-jekyl-on-gh-pages.md new file mode 100644 index 0000000..5ab554e --- /dev/null +++ b/blog/how-to/docusaurus/ignore-jekyl-on-gh-pages.md @@ -0,0 +1,12 @@ +--- +slug: how-to-ignore-jekyl-on-gh-pages +title: How to ignore Jekyl on GH Pages when deploying a static site +authors: [adam] +tags: [how-to] +date: 2024-05-05 +--- + +# How to ignore Jekyl on GH Pages when deploying a static site + +Add a ```.nojekyl``` file to the artefact that is being deployed. +Or make sure it is in the folder that is being deployed by adding it to your static assets before building the site.