![]() |
VOOZH | about |
This version of GitHub Enterprise was discontinued on June 5, 2018. No patch releases will be made, even for critical security issues. For better performance, improved security, and new features, upgrade to the latest version of GitHub Enterprise. For help with the upgrade, contact GitHub Enterprise support.
If your GitHub Pages code references a file that doesn't exist in your _includes directory, your GitHub Pages site will not build.
If you reference a file that doesn't exist in your _includes directory, you'll get an email that looks like this:
Subject: Page build failed
The page build failed with the following error:
A file was included in `example.html` that does not exist in your `_includes` directory
You will only receive an email if outbound email support is enabled on your Enterprise instance. For more information, contact your site administrator.
Tip: We strongly recommend running Jekyll locally so you can easily debug and fix build errors before pushing to your GitHub Enterprise instance. To learn more about troubleshooting options, see "Troubleshooting GitHub Pages builds."
include tag to see where you've referenced other files. For example: {% include example_header.html %}.