Commit 98b14a1
authored
Fixed
Added `for organizations` to fix the text rendered in https://docs.github.com/en/github/working-with-github-pages/creating-a-github-pages-site, which reads:
`If the account that owns the repository uses GitHub Free or GitHub Free, the repository must be public.`
In div#article-contents, third child, <p>
[https://github.com/github/docs/blob/main/content/github/working-with-github-pages/creating-a-github-pages-site.md]
I guess `variables.product.prodname_free_user` and `variables.product.prodname_free_team` should have different values, but I'm not sure the impact of editing these would have on the whole docs.
Got the example from div.product-callout.border-purple.bg-purple-light from the same page, that adds `for organizations`.[...] repository uses GitHub Free or GitHub Free, the [...]
1 parent 58be1ea commit 98b14a1
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
0 commit comments