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

Commit1038669

Browse files
committed
Merge pull requestgithub#116 from github/jasonrudolph/pages-build-event-recommendations
Recommended tweaks to "Pages Build Event" Announcement
2 parentsdc1d394 +d05a012 commit1038669

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

‎content/changes/2014-03-05-page-build-event-for-webhooks.md‎

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ created_at: 2014-3-05
55
author_name:benbalter
66
---
77

8-
We've made it even easier toknow the status of your GitHub Pages builds.Now, ifthe[`page_build`](http://developer.github.com/v3/activity/events/types/#pagebuildevent) event is enabled for a given webhook, when GitHub Pages attempts to buildyoursite following a push, yourapplication will receive an event payload containing thestatus ofthe build, and if the build resulted in an error, the error message itself.
8+
We've made it even easier totrack the status of your[GitHub Pages](http://pages.github.com/) builds.By subscribing tothenew[`page_build`](/v3/activity/events/types/#pagebuildevent) event,your application will receive an event payload containing theresults ofeach build. (As always, these builds occur automatically following each push to a GitHub Pages-enabled branch.)
99

10-
If you have the "send me everything" option selected (or use the "[wildcard event](http://developer.github.com/changes/2014-02-24-wildcard-event-for-webhooks/)" via the API), youshould receive the eventon your nextpush. Otherwise,youmust enablethe new eventon your repository's webhook settings page.
10+
If you havea[webhook](/webhooks/) withthe["send me everything" option](https://github.com/blog/1778-webhooks-level-up) selected (orif youuse the "[wildcard event](/changes/2014-02-24-wildcard-event-for-webhooks/)" via the API), youwill receive the`page_build`eventafter the nextbuild of your GitHub Pages site. Alternatively, ifyouprefer to subscribe to specific event types, you can add tothe new`page_build`eventto yourwebhooks via yourrepository's webhook settings page or via the[webhooks API](/v3/repos/hooks/).
1111

12-
For more information, see[the event types documentation](http://developer.github.com/v3/activity/events/types/).
12+
For more information, be sure to check out our guide on[working with webhooks](/webhooks/). If you have any questions or feedback, please[drop us a line][contact].
13+
14+
[contact]:https://github.com/contact?form%5Bsubject%5D=API+Page+Build+Event

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp