Error AtlasError Documentation and Resolution

GitHub Pages failed because relative permalinks are configured

Relative permalinks configured

GitHub Pages could not build the site because the Jekyll configuration uses relative permalinks, which are not supported in the Pages build environment.

Relative permalinks configuredconfiguration
Relative permalinks configured
  • The Jekyll configuration enables relative permalinks.
  • The site is using an outdated permalink configuration copied from older Jekyll setups.
  • A theme or template introduced unsupported permalink settings into _config.yml.
  1. Remove the relative permalink configuration from _config.yml.
  2. Use a supported permalink structure instead of relative permalinks.
  3. Rebuild locally after updating config so you can verify the generated URLs before pushing.
GitHub Docs: Troubleshooting Jekyll build errors for GitHub Pages sites
GitHub Pages relative permalinks configured: causes and fixes | Error Atlas