Your background path is valid
Yet that .hero style never appears if I search for “hero” here:
https://delize.github.io/assets/css/style.css
You have both style.css and style.sass in assets so my guess they are conflicting - style.sass will output as style.css
Rename style.css to custom-style.css and you might have to import it in your .sass file, your reference it as a standalone file.
