G
GetGithubPagesSite
GithubApi.GetGithubPagesSite
Description
Retrieve details of a GitHub Pages site for a repository.
This tool is used to get information about a GitHub Pages site for a specified repository on GitHub Enterprise Server. It should be called when you need details about the Pages site configuration or status for a given repository.
Input Parameters
{
"parameters": [
{
"name": "repository_name",
"required": true,
"inferrable": true,
"description": "The name of the repository. The name is not case sensitive.",
"value_schema": {
"val_type": "string"
}
},
{
"name": "repository_owner",
"required": true,
"inferrable": true,
"description": "The GitHub account owner of the repository. Not case sensitive.",
"value_schema": {
"val_type": "string"
}
}
]
} Output
{
"description": "Response from the API endpoint 'repos/get-pages'.",
"value_schema": {
"val_type": "json"
},
"available_modes": [
"value",
"error"
]
}