Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions docs/orgs/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,15 +132,22 @@ Specifies which types of repositories non-admin organization members can create.

Toggles whether organization members can create GitHub Pages sites. Can be one of:
\* `true` - all organization members can create GitHub Pages sites.
\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.
Default: `true`.
\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.

</td></tr>
<tr><td>members_can_create_public_pages</td><td>no</td><td>

Toggles whether organization members can create public GitHub Pages sites. Can be one of:
\* `true` - all organization members can create public GitHub Pages sites.
\* `false` - no organization members can create public GitHub Pages sites. Existing published sites will not be impacted.

</td></tr>
<tr><td>members_can_create_private_pages</td><td>no</td><td>

Toggles whether organization members can create private GitHub Pages sites. Can be one of:
\* `true` - all organization members can create private GitHub Pages sites.
\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.

</td></tr>
<tr><td>blog</td><td>no</td><td>

Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"author": "Gregor Martynus (https://twitter.com/gr2m)",
"license": "MIT",
"dependencies": {
"@octokit/types": "^6.5.3",
"@octokit/types": "^6.6.0",
"deprecation": "^2.3.1"
},
"devDependencies": {
Expand Down
6 changes: 3 additions & 3 deletions scripts/update-endpoints/generated/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -23543,7 +23543,7 @@
},
{
"name": "members_can_create_pages",
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted. \nDefault: `true`. ",
"description": "Toggles whether organization members can create GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create GitHub Pages sites. \n\\* `false` - no organization members can create GitHub Pages sites. Existing published sites will not be impacted.",
"in": "BODY",
"type": "boolean",
"required": false,
Expand All @@ -23556,7 +23556,7 @@
},
{
"name": "members_can_create_public_pages",
"description": "",
"description": "Toggles whether organization members can create public GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create public GitHub Pages sites. \n\\* `false` - no organization members can create public GitHub Pages sites. Existing published sites will not be impacted.",
"in": "BODY",
"type": "boolean",
"required": false,
Expand All @@ -23569,7 +23569,7 @@
},
{
"name": "members_can_create_private_pages",
"description": "",
"description": "Toggles whether organization members can create private GitHub Pages sites. Can be one of: \n\\* `true` - all organization members can create private GitHub Pages sites. \n\\* `false` - no organization members can create private GitHub Pages sites. Existing published sites will not be impacted.",
"in": "BODY",
"type": "boolean",
"required": false,
Expand Down