56 captures
12 Jul 2014 - 22 Aug 2025
Mar APR May
05
2014 2015 2016
success
fail

About this capture

COLLECTED BY

Organization: Internet Archive

The Internet Archive discovers and captures web pages through many different web crawls. At any given time several distinct crawls are running, some for months, and some every day or longer. View the web archive through the Wayback Machine.

Collection: Wide Crawl Number 12 - started March, 14th 2015

Web wide crawl with initial seedlist and crawler configuration from January 2015.
TIMESTAMPS

The Wayback Machine - http://web.archive.org/web/20150405014936/https://help.github.com/articles/page-build-failed-file-is-a-symlink/
 


GitHub Help






Page build failed: File is a symlink




mac  

windows  

linux  

all  





If a file in your GitHub Pages repository references a symlinked file, your GitHub Pages site will not build.


If your GitHub Pages site fails to build because of a reference to a symlinked file, 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 is a symlink or does not exist in your `_includes` directory.

Troubleshooting a symlinked file error



We strongly recommend running Jekyll locally so you can easily debug and fix build errors before pushing to GitHub.



(一)Use your favorite text editor to open the file mentioned in the build failure email.

(二)Search for the include tag to see where you've referenced other files. For example: {% include cool_header.html %} .

(三)Copy or move any symlinked files into the _includes directory of your GitHub Pages repository.

(四)Commit and push to your GitHub Pages repository on GitHub to trigger another build on the server.

 




Contact a human  




Article versions



GitHub.com

GitHub Enterprise 2.1  

GitHub Enterprise 2.0  

GitHub Enterprise 11.10.340  









© 2015 GitHub Inc. All rights reserved.  


Terms of Service

Privacy

Security

Support