Use <username>.<pages url> instead of just pages for the default repo

This commit is contained in:
PapaTutuWawa 2023-12-31 14:08:02 +01:00
parent 6a7461454c
commit cbb79c6d33

View File

@ -99,7 +99,7 @@ func RepoFromPath(username, host, cname, path string, giteaClient *gitea.Client)
log.Debugf("Trying repository pages") log.Debugf("Trying repository pages")
repo, err := lookupRepositoryAndCache( repo, err := lookupRepositoryAndCache(
username, username,
"pages", domain,
host, host,
domain, domain,
path, path,