Taking inspiration from #100, I created a new repo using the Docsy Example Project as a template.
Then followed instructions to clone the repo and then build using the docker image, but after a docker-compose up I get the following error:
❯ docker-compose up
Creating network "voms-docsygithubio_default" with the default driver
Creating voms-docsygithubio_site_1 ... done
Attaching to voms-docsygithubio_site_1
site_1 | Start building sites …
site_1 | Built in 3153 ms
site_1 | Error: Error building site: TOCSS: failed to transform "scss/main.scss" (text/x-scss): resource "scss/scss/main.scss_9fadf33d895a46083cdd64396b57ef68" not found in file cache
voms-docsygithubio_site_1 exited with code 255
Taking inspiration from #100, I created a new repo using the Docsy Example Project as a template.
Then followed instructions to clone the repo and then build using the docker image, but after a
docker-compose up
I get the following error:Thanks for your help