Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"View On GitHub" button not work for organization pages #197

Closed
cavivie opened this issue Nov 24, 2023 · 2 comments
Closed

"View On GitHub" button not work for organization pages #197

cavivie opened this issue Nov 24, 2023 · 2 comments

Comments

@cavivie
Copy link

cavivie commented Nov 24, 2023

Cayman uses is_project_page of github-metadata to check the project is github pages or not, but for this case, the checked result is the project is user page (that is is_user_page is true):
https://github.com/rust-open-games/rust-open-games.github.io

I must set is_project_page to true to enable "View On Github" button on pages view.

I don't know, is this an incorrect behavior of github-metadata, or is it cayman, worse case, that I understand it wrong?

@michaelconan
Copy link

I experienced the same behavior:

  • links showed in local testing of site
  • initial deployment (without is_project_page) on GitHub pages did not show link
  • addition of this configuration allowed links to be shown

@cavivie
Copy link
Author

cavivie commented Jan 24, 2024

Many thanks, I think it was resolved now.

@cavivie cavivie closed this as completed Jan 24, 2024
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

No branches or pull requests

2 participants