mirror of
https://github.com/simongregorebner/gitea-pages.git
synced 2025-05-13 18:52:15 +02:00
change way default repo is called
This commit is contained in:
parent
3c0ab03213
commit
411bc54f6b
@ -132,7 +132,8 @@ func (module GiteaPagesModule) ServeHTTP(writer http.ResponseWriter, request *ht
|
|||||||
// (Try to) Use of the pages repository in the specified organization
|
// (Try to) Use of the pages repository in the specified organization
|
||||||
|
|
||||||
// We use github.com conventions: <organization>.github.io
|
// We use github.com conventions: <organization>.github.io
|
||||||
repository = organization + "." + module.PostfixPagesRepository
|
// repository = organization + "." + module.PostfixPagesRepository
|
||||||
|
repository = module.PostfixPagesRepository
|
||||||
path = "index.html"
|
path = "index.html"
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user