Clarification: Pages branch has to be the branch of a public repository (#204)

The [pages manual](https://codeberg.page/) explicitly mentions that a public repository has to be created for the pages repository. That is not mentioned for the pages branch, consequently one could assume that this can be a private repository as well - which is not the case.

I hereby propose to add the word *public* to the manual where the branch is mentioned in order to clarify it and prevent the described confusion.

Co-authored-by: Cs137 <cs137@mailbox.org>
Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/204
Reviewed-by: 6543 <6543@obermui.de>
Co-authored-by: Cs137 <cs137@noreply.codeberg.org>
Co-committed-by: Cs137 <cs137@noreply.codeberg.org>
This commit is contained in:
Cs137 2023-03-11 02:22:34 +00:00 committed by 6543
parent 31b98b86ff
commit 8b3b20a86f
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@
</p>
<div class="codeberg-divider"><hr>or<hr></div>
<p>
Create a branch <code class="code">pages</code> in a repository:<br>
Create a branch <code class="code">pages</code> in a public repository:<br>
<code class="code">git switch --orphan pages</code><br><code class="code">git rm --cached -r .</code>
</p>
</div>