Skip to content

Docs site URL returns 404 (Pages not deployed / mkdocs URL mismatch) #400

@adust09

Description

@adust09

The documented docs URL currently returns 404:

Observed in this repository:

  • mkdocs.yml points to lean-spec (site_url and repo_url), but the git remote is leanEthereum/leanSpec.
  • The GitHub Pages project URL is typically https://.github.io//, so if the repo is leanSpec, the .../leanSpec/ side is likely the correct one.

Expected:

  • The docs site is reachable from the documented URL
  • mkdocs.yml URLs match the actual repository path
  • A Pages deployment workflow exists (or docs explicitly state that public hosting is disabled)

If necessary, the following can be implemented:

  1. Update site_url / repo_url in mkdocs.yml to leanSpec
  2. Add Pages publishing workflow (actions/configure-pages + actions/deploy-pages)
  3. Set GitHub Pages in GitHub Settings to GitHub Actions source

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions