google / docsy

A set of Hugo doc templates for launching open source content.
https://docsy.dev
Apache License 2.0
2.57k stars 893 forks source link

Error: A symlink or does not exist in your _includes directory #528

Closed ajeetraina closed 3 years ago

ajeetraina commented 3 years ago

I am facing the below error over GitHub action:

A file was included in themes/docsy/assets/vendor/bootstrap/site/docs/4.5/components/alerts.md that is a symlink or does not exist in your _includes directory.

Steps to Reproduce:

git clone --recurse-submodules --depth 1 <siteURL>
cd <site_name>
hugo server

I can run it locally without any issue.

ajeetraina commented 3 years ago

I got it fixed by copying vendor directory to _default and then rerunning it again.