Good day!
The build doesn’t work, I can’t understand why
Locally, everything works through the “hugo” command and checked through the netlify CLI, but it does not work on the github
fork GitHub - Arhell/website-2 at upd
No netlify admin acces
Good day!
The build doesn’t work, I can’t understand why
Locally, everything works through the “hugo” command and checked through the netlify CLI, but it does not work on the github
fork GitHub - Arhell/website-2 at upd
No netlify admin acces
hi there,
in your error log, i see this:
11:08:11 AM: Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): SCSS processing failed: file "stdin", line 6, col 1: File to import not found or unreadable: ../vendor/bootstrap/scss/bootstrap.
11:08:11 AM:
11:08:11 AM: ────────────────────────────────────────────────────────────────
something is wrong with your scss at this point in time, and so the build can’t complete properly.
If you can figure out what is going wrong here, i bet you can get a working deploy. Good luck!
Thank you, but I am just writing because of this, because I can not fix this error.
There’s no vendor folder in your repo with the required files (at least not at the location mentioned in main.scss
). You might not have added that folder to your repo.