🌐 Website Issue | GitHub Repo Info Missing on Production Build #2232
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Builds are failing in Netlify when building a production build with jekyll (
JEKYLL_ENV=production bundle exec jekyll build
). This is because the GitHub Metadata plugin requires a repository to be set (https://github.com/jekyll/github-metadata/blob/master/docs/configuration.md).This causes local builds to succeed and production builds to fail (like https://app.netlify.com/sites/privacytools-io/deploys/604d1c4b235d000008111252).
To fix this, from the GitHub Metadata docs:
Screenshots
Could someone fix this please? All my builds failed and it was not trivial to understand why (because it could have been formatting errors). I can't provide a netlify URL for my PRs until this is resolved.
I fixed the issue in #2293 by adding a
repository: privacytools/privacytools.io
parameter in_config.yml
. Merging this PR should fix the issue for all other PRs I guess.