Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9cd27b7

Browse files
committed
Place PageBuildEvent in alphabetical place
1 parent5bcb112 commit9cd27b7

File tree

1 file changed

+17
-16
lines changed

1 file changed

+17
-16
lines changed

‎content/v3/activity/events/types.md

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,23 @@ Key | Type | Description
264264
`action`|`string` | The action that was performed. Currently, can only be "added".
265265

266266

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+
267284
##PublicEvent
268285

269286
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.
405422
Key | Type | Description
406423
----|------|-------------
407424
`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.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp