Skip to content

Commit 0bb3f6f

Browse files
committed
fix: configure already existing wind-tunnel repo's github pages settings
1 parent 0286b67 commit 0bb3f6f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

main.go

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,12 @@ func main() {
110110
//
111111
description = "Performance testing for Holochain"
112112
windTunnelRepositoryArgs := StandardRepositoryArgs("wind-tunnel", &description)
113+
windTunnelRepositoryArgs.Pages = github.RepositoryPagesArgs{
114+
Source: github.RepositoryPagesSourceArgs{
115+
Branch: pulumi.String("gh-pages"),
116+
Path: pulumi.String("/"),
117+
},
118+
}
113119
windTunnel, err := github.NewRepository(ctx, "wind-tunnel", &windTunnelRepositoryArgs, pulumi.Import(pulumi.ID("wind-tunnel")))
114120
if err != nil {
115121
return err

0 commit comments

Comments
 (0)