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.