Skip to content

Fix documentation deployment after repository transfer - #24

Merged
ohno merged 1 commit into
mainfrom
codex/fix-docs-deployment
Aug 10, 2026
Merged

Fix documentation deployment after repository transfer#24
ohno merged 1 commit into
mainfrom
codex/fix-docs-deployment

Conversation

@ohno

@ohno ohno commented Aug 10, 2026

Copy link
Copy Markdown
Member

Summary

  • point Documenter deployment and canonical URLs at JuliaFewBody/TwoBody.jl
  • update README and documentation links that still referenced the previous owner
  • keep external Antique.jl links unchanged

Root cause

The repository was transferred from ohno/TwoBody.jl to JuliaFewBody/TwoBody.jl, but deploydocs still targeted the old repository. Documenter therefore rejected deployment because GITHUB_REPOSITORY=JuliaFewBody/TwoBody.jl did not match repo=github.com/ohno/TwoBody.jl, while the GitHub Actions job still reported success.

Impact

Documentation builds from main can deploy to the existing gh-pages branch again, and published links now point to https://juliafewbody.github.io/TwoBody.jl/.

Validation

  • git diff --check
  • verified no stale ohno.github.io/TwoBody.jl or github.com/ohno/TwoBody.jl references remain in README, docs, or workflow files
  • local Documenter build not run because Julia is not installed in the local environment; the PR Documentation job provides the runtime validation

This pull request was developed with assistance from Codex using GPT-5.6 Sol with High reasoning effort.

@ohno
ohno marked this pull request as ready for review August 10, 2026 10:29
@ohno
ohno merged commit 12dc902 into main Aug 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant