Add tip for GitHub Private Pages#5635
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
1 Ignored Deployment
|
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com>
| https://<random-string>.pages.github.io/ | ||
| ``` | ||
|
|
||
| Make sure to set the `site` key to match the auto-generated URL. There's no need to specify a `base` key. |
There was a problem hiding this comment.
What happens when the site config is not set or set to an incorrect origin?
|
Hi @alvgaona ! This is just a quick note to let you know I'll be looking at this submission this week! I know it might seem like a small addition, and maybe shouldn't need much review, but even though you've only added a "tip"... when you look at your submission in the surrounding context of the page, it looks like this: This... does not make for good docs. 😅 What this tells me is that we need to rework our actual documentation with better guidance on using But, it is on my plate to address this! Thank you for your patience! |
|
OK! Thank you for your patience @alvgaona ! 🙌 There were just too many notes and cautions etc. so that told me that this content needed to be restructured. In fact, I made sections for using a custom domain vs not, since that often determines what you do or don't have to set. I did of course include the information you provided, just in a different place/way. Thank you for contributing to this page! |
Thank you, @sarah11918! I |
* i18n(fr) Update `github.mdx` Just for refresh translator tracker. * Update github.mdx Update with PR #5635 * Update github.mdx * Update src/content/docs/fr/guides/deploy/github.mdx Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> * Update src/content/docs/fr/guides/deploy/github.mdx Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> --------- Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>
Co-authored-by: Paul Valladares <85648028+dreyfus92@users.noreply.github.com> Co-authored-by: Sarah Rainsberger <sarah@rainsberger.ca>
* i18n(fr) Update `github.mdx` Just for refresh translator tracker. * Update github.mdx Update with PR #5635 * Update github.mdx * Update src/content/docs/fr/guides/deploy/github.mdx Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> * Update src/content/docs/fr/guides/deploy/github.mdx Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> --------- Co-authored-by: Thomas Bonnet <thomasbnt@protonmail.com> Co-authored-by: Yan Thomas <61414485+Yan-Thomas@users.noreply.github.com>

Description
The current documentation does not completely take into account private GitHub Pages within organizations. GitHub will create a random URL that needs a different treatment.