Error AtlasError Documentation and Resolution

GitHub Pages failed because a referenced submodule is missing

Missing submodule

GitHub Pages could not build the site because a submodule referenced by the repository is missing or incomplete.

Missing submoduleconfiguration
Missing submodule
  • The repository expects a submodule that is not present in the checkout.
  • A submodule was removed or renamed but the repository still references it.
  • The submodule path exists in configuration but not in the repository state.
  1. Restore or reinitialize the missing submodule if it is still required.
  2. Remove stale submodule references from .gitmodules and the Git index if the submodule is gone.
  3. Verify the repository state locally before pushing another Pages build.
GitHub Docs: Troubleshooting Jekyll build errors for GitHub Pages sites
GitHub Pages missing submodule: causes and fixes | Error Atlas