@@ -264,6 +264,23 @@ Key | Type | Description
264
264
` action ` |` string ` | The action that was performed. Currently, can only be "added".
265
265
266
266
267
+ ##PageBuildEvent
268
+
269
+ Represents an attempted build of a GitHub Pages site, whether successful or not.
270
+
271
+ Triggered on push to a GitHub Pages enabled branch (` gh-pages ` for project pages,` master ` for user and organization pages).
272
+
273
+ ###Hook Name
274
+
275
+ ` page_build `
276
+
277
+ ###Payload
278
+
279
+ Key | Type | Description
280
+ ----|------|------------
281
+ ` build ` |` object ` | The[ page build] ( http://developer.github.com/v3/repos/pages/#list-pages-builds ) itself.
282
+
283
+
267
284
##PublicEvent
268
285
269
286
Triggered when a private repository is[ open sourced] ( /v3/repos/#edit ) . Without a doubt: the best GitHub event.
@@ -405,19 +422,3 @@ event’s repository is the [repository](/v3/repos/) that was starred.
405
422
Key | Type | Description
406
423
----|------|-------------
407
424
` action ` |` string ` | The action that was performed. Currently, can only be` started ` .
408
-
409
- ##PageBuildEvent
410
-
411
- Represents an attempted build of a GitHub Pages site, whether successful or not.
412
-
413
- Triggered on push to a GitHub Pages enabled branch (` gh-pages ` for project pages,` master ` for user and organization pages).
414
-
415
- ###Hook Name
416
-
417
- ` page_build `
418
-
419
- ###Payload
420
-
421
- Key | Type | Description
422
- ----|------|------------
423
- ` build ` |` object ` | The[ page build] ( http://developer.github.com/v3/repos/pages/#list-pages-builds ) itself.