I am getting this error on GitHub action page
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.
I tried to use the below CLI:
git clone --recurse-submodules --depth 1 https://github.com/docker/get-involved
and added a new file and able to run the below command:
hugo server
hugo
Start building sites …
WARN 2021/04/22 14:18:28 "/Users/ajeetraina/projects/get-involved/content/en/docs/_index.md:1:1": duplicate menu entry with identifier "Home" in menu "main"
| EN
-------------------+------
Pages | 205
Paginator pages | 0
Non-page files | 148
Static files | 40
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 1503 ms
hugo
Start building sites …
WARN 2021/04/22 14:18:28 "/Users/ajeetraina/projects/get-involved/content/en/docs/_index.md:1:1": duplicate menu entry with identifier "Home" in menu "main"
| EN
-------------------+------
Pages | 205
Paginator pages | 0
Non-page files | 148
Static files | 40
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Total in 1503 ms
ajeetraina@Ajeets-MacBook-Pro get-involved % hugo server
Start building sites …
WARN 2021/04/22 14:18:42 "/Users/ajeetraina/projects/get-involved/content/en/docs/_index.md:1:1": duplicate menu entry with identifier "Home" in menu "main"
| EN
-------------------+------
Pages | 205
Paginator pages | 0
Non-page files | 148
Static files | 40
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 569 ms
Watching for changes in /Users/ajeetraina/projects/get-involved/{assets,content,i18n,layouts,package.json,static,themes}
Watching for config changes in /Users/ajeetraina/projects/get-involved/config.toml, /Users/ajeetraina/projects/get-involved/config/_default, /Users/ajeetraina/projects/get-involved/themes/docsy/config.toml
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at //localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop