Add prerequisite for public repository to publish#44204
Conversation
Added prerequisite note about repository visibility for publishing.
How to review these changes 👓Thank you for your contribution. To review these changes, choose one of the following options: A Hubber will need to deploy your changes internally to review. Table of review linksNote: Please update the URL for your staging server or codespace. The table shows the files in the
Key: fpt: Free, Pro, Team; ghec: GitHub Enterprise Cloud; ghes: GitHub Enterprise Server 🤖 This comment is automatically generated. |
|
@ShilpaSandbox Thanks for the PR! I have no problem with this information being added, but it belongs in the troubleshooting section that already exists, and it cannot be a heading. Or a note, in this case. The troubleshooting section is already a mess, honestly, so if you just put it in as its own paragraph, I'll accept it for the moment, because the whole thing needs to be rewritten. (Two notes next to each other? Painful.) |
ShilpaSandbox
left a comment
There was a problem hiding this comment.
Implemented as per suggestion received.
| ## Publishing from a branch | ||
|
|
||
| ## Prerequisite : The Repository must be set to Public to view the Build and Deployment. | ||
| 1. Make sure the branch you want to use as your publishing source already exists in your repository. |
There was a problem hiding this comment.
Rewrite this as:
- Make sure the branch you want to use as your publishing source already exists in your repository. The Repository must be set to Public to view the Build and Deployment.
|
|
||
| ## Publishing from a branch | ||
|
|
||
| ## Prerequisite : The Repository must be set to Public to view the Build and Deployment. |
There was a problem hiding this comment.
Remove this line as I have included this in R27.
|
Updated |
|
Repository needs to be set as Public or else user cannot view the 'Build and Deployment'. |
Antncon5641
left a comment
There was a problem hiding this comment.
Thank you excellent idea just what it needed
Added prerequisite note about repository visibility for publishing.
Why:
Closes:
What's being changed (if available, include any code snippets, screenshots, or gifs):
Unable to view the 'Build and Deployment' option under Pages as I had created my repo visibility as Private. 'Build and Deployment' is visible only if if the repo visibility is set to Public.
Check off the following: