Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docsy-example fails to run locally #114

Open
andreaceccanti opened this issue Mar 22, 2021 · 1 comment
Open

docsy-example fails to run locally #114

andreaceccanti opened this issue Mar 22, 2021 · 1 comment

Comments

@andreaceccanti
Copy link

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

Thanks for your help

@geriom
Copy link
Collaborator

geriom commented Mar 29, 2021

It seems the base image doesn't doesn't have hugo extended installed. Using the Dockerfile in this PR should work.

I currently can't test it because of an unrelated issue, as soon as I resolve it I'm going to merge that PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants