mirror of
https://codeberg.org/Codeberg/pages-server.git
synced 2025-04-24 22:06:57 +00:00
add missing targeted branch
This commit is contained in:
parent
27f4da6637
commit
a04ca09d8c
1 changed files with 1 additions and 0 deletions
|
@ -108,6 +108,7 @@ func handleSubDomain(log zerolog.Logger, ctx *context.Context, giteaClient *gite
|
||||||
TryIndexPages: true,
|
TryIndexPages: true,
|
||||||
TargetOwner: targetOwner,
|
TargetOwner: targetOwner,
|
||||||
TargetRepo: defaultPagesRepo,
|
TargetRepo: defaultPagesRepo,
|
||||||
|
TargetBranch: branch,
|
||||||
TargetPath: path.Join(pathElements...),
|
TargetPath: path.Join(pathElements...),
|
||||||
}, false); works {
|
}, false); works {
|
||||||
log.Debug().Msg("tryBranch, now trying upstream 6")
|
log.Debug().Msg("tryBranch, now trying upstream 6")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue