You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`owner` - (Required) The owner of the repository to configure GitHub Pages for.
100
-
101
-
-`repository_name` - (Required) The repository name to configure GitHub Pages for.
96
+
-`repository` - (Required) The repository name to configure GitHub Pages for.
102
97
103
98
-`build_type` - (Optional) The type of GitHub Pages site to build. Can be `legacy` or `workflow`. Defaults to `legacy`.
104
99
105
100
-`source` - (Optional) The source branch and directory for the rendered Pages site. Required when `build_type` is `legacy`. See [Source](#source) below for details.
106
101
107
102
-`cname` - (Optional) The custom domain for the repository.
108
103
104
+
-`public` - (Optional) Whether the GitHub Pages site is public.
105
+
109
106
### Source
110
107
111
108
The `source` block supports the following:
@@ -118,6 +115,8 @@ The `source` block supports the following:
118
115
119
116
In addition to the above arguments, the following attributes are exported:
120
117
118
+
-`repository_id` - The ID of the repository.
119
+
121
120
-`custom_404` - Whether the rendered GitHub Pages site has a custom 404 page.
122
121
123
122
-`html_url` - The absolute URL (with scheme) to the rendered GitHub Pages site.
0 commit comments