From 8b3b20a86f197eaeb152b37c65bd2dcf9204c5d6 Mon Sep 17 00:00:00 2001 From: Cs137 Date: Sat, 11 Mar 2023 02:22:34 +0000 Subject: [PATCH] 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 Reviewed-on: https://codeberg.org/Codeberg/pages-server/pulls/204 Reviewed-by: 6543 <6543@obermui.de> Co-authored-by: Cs137 Co-committed-by: Cs137 --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 2d91ba1..159cf2b 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@


or

- Create a branch pages in a repository:
+ Create a branch pages in a public repository:
git switch --orphan pages
git rm --cached -r .