[HELP] Auto-deploy to Netlify fails "merge not defined"
Closed this issue · 1 comments
robpetrin commented
Describe the bug
I noted the docs say you can automatically deploy to Netlify, which is great. Every time I try, I get the error in the screenshot below "merge not defined."
Expected behavior
A successful build to Netlify :) I plan to configure directly on GitHub to tweak things here and there but I don't have much in mind to update the taxonomy, schema, or theme itself.
Screenshots
Build Environment
- OS: Netlify so Linux??
- Theme version/commit: [e.g. 1.0.0, 64a8b8a2d]
- Hugo version: [e.g. 0.84.0] presumably 0.84.0 extended, since I did not update theme.toml
Preview Environment
N/A
Additional Information
I love this theme!
khusika commented
This is not bug related, you may calling the theme in a wrong way.
I assume you were using this repo to deploy it on the netlify, i saw you were mixing web-content with the theme folder in this commit.
You can do this instead:
1st Method
- /YourWebContent
- /YourWebContent/themes/FeelIt
2nd Method
- /FeelIt
- /FeelIt/YourWebContent
Don't forget to define both theme
and themesDir
in your config.toml