We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
is_project_page
is_user_page
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?
github-metadata
cayman
The text was updated successfully, but these errors were encountered:
I experienced the same behavior:
Sorry, something went wrong.
Many thanks, I think it was resolved now.
No branches or pull requests
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 isis_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 itcayman
, worse case, that I understand it wrong?The text was updated successfully, but these errors were encountered: