maxheld83 / ghpages

Deploy arbitrary static assets through GitHub Actions
https://github.com/maxheld83/ghpages
MIT License
179 stars 31 forks source link

Consider creating a `.nojekyll` file #28

Open dmerejkowsky opened 4 years ago

dmerejkowsky commented 4 years ago

If you're using this action with a documentation built with sphinx, you'll get 404 errors because no .nojekyll file is present in the generated commit.

Maybe this action should be configurable with a jekyll boolean input?