Skip to content

Commit

Permalink
Fix Pages with "workflow" build type
Browse files Browse the repository at this point in the history
The changes in sigstore#122 were not actually applied before this.

Signed-off-by: Jussi Kukkonen <[email protected]>
  • Loading branch information
jku committed Feb 8, 2024
1 parent 72f7262 commit 524d636
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ func main() {
if repo.Pages.CNAME != "" {
repoPages.Cname = pulumi.String(repo.Pages.CNAME)
}
repoSync.Pages = repoPages
} else if repo.Pages.Branch != "" {
repoPages := &github.RepositoryPagesArgs{}

Expand Down

0 comments on commit 524d636

Please sign in to comment.