Skip to content

Does GitHub Pages support folders starting with a dot? #22227

Discussion options

You must be logged in to vote

Hi @markvincze, welcome to the GitHub Support Community! It’s probably Jekyll that’s blocking that folder from being included in your deploy. Jekyll is run be default and ignores folders that start with certain characters.

It looks like you’re not using Jekyll so you can disable it by creating an empty file called .nojekyll in the root of your gh-pages branch. Once you’ve done that any folders starting with . should be included in your site build.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@TomasHubelbauer
Comment options

Answer selected
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants