Cant deploy my jekyll blog

Hi, @KavehRS, the error appears to be:

8:23:36 AM: sh: 0: Can't open scripts/bootstrap

My best guess is that this file doesn’t exist or, if it does, that its file permissions don’t include execute permissions.

Would you please add this to your build command to get more information about what that directory contains?

ls -l scripts

Meaning, the new build command would become:

ls -l scripts ; sh scripts/bootstrap && sh scripts/build

When this is done, do the logs show that directory containing the required scripts and that those scripts are executable?