shalzz / zola-deploy-action

Github action for building a Zola site and deploying to Github Pages
MIT License
234 stars 91 forks source link

create .nojekyll file in OUT_DIR #84

Closed eugene-babichenko closed 5 months ago

eugene-babichenko commented 5 months ago

It tells GitHub this is not a Jekyll site. This way GitHub does not attempt to build it with Jekyll resulting in faster deployments.

UPD Clarification: GitHub needs this file to be in the branch that is being deployed. The file in the main/master branch does not matter. I tested it.

shalzz commented 5 months ago

Thanks and merged!

muzimuzhi commented 5 months ago

Great the .nojekyll file is finally added, see a previous attempt #67.