You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
make build fails to build due to shortcode reference
Error: Error building site: "/tmp/hugo_cache/modules/filecache/modules/pkg/mod/github.com/pulumi/pulumi-hugo/themes/[email protected]/content/blog/aws-eks-managed-nodes-fargate/index.md:36:1": failed to render shortcode "tweet": failed to process shortcode: template: _internal/shortcodes/tweet.html:6:82: executing "_internal/shortcodes/tweet.html" at <index .Params 0>: error calling index: value has type int; should be string
Total in 60070 ms
Makefile:44: recipe for target 'build' failed
make: *** [build] Error 255
Hey @tomweston! Quick question: Which version of Hugo are you on? There was an update to the Twitter API, and therefore an update to the shortcode, upstream. We adopted the update, which would leave the error message that you're finding there if you're on a Hugo version before 0.89.0. I bumped up to 0.92.0 and built cleanly.
Problem description
make build
fails to build due to shortcode referenceAffected product version(s)
master @ 09cef63
The text was updated successfully, but these errors were encountered: