BryanSchuetz / jekyll-deploy-gh-pages

A GitHub Action for building a Jekyll site (with custom plugins) and deploying it back to your gh-pages branch.
118 stars 60 forks source link

Disable jekyll build by GitHub #7

Closed koppor closed 4 years ago

koppor commented 4 years ago

I sometimes get the output "Your site is having problems building: Page build failed."

grafik

According to https://github.blog/2009-12-29-bypassing-jekyll-on-github-pages/, a .nojekyll file could help.

BryanSchuetz commented 4 years ago

Since we're building the site before we push it to gh-pages I don't see this as being a problem. If you've got directories with _ in your build, you may want to fork the action and add it for yourself.

koppor commented 4 years ago

Fact: www.jabref.org (repo: https://github.com/JabRef/www.jabref.org) leads to build erros if .nojekyll is absent. I will fork your repo and inlcude the creation of a .nokeyll file to prevent Jekyll running on GitHub...