Github API - Test Config

POST /repos/{owner}/{repo}/pages/builds
repos

You can request that your site be built from the latest revision on the default branch. This has the same effect as pushing a commit to your default branch, but does not require an additional commit. Manually triggering page builds can be helpful when diagnosing build warnings and failures.

Build requests are limited to one concurrent build per repository and one concurrent build per requester. If you request a build while another is still in progress, the second request will be queued until the first completes.
Request a GitHub Pages build

Arguments
key owner

owner [scalar]

The account owner of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

key repo

repo [scalar]

The name of the repository. The name is not case sensitive.

API:
Github Open API
(version: 1.1.4)

Returns
201 application/json page-build-status

page-build-status [object]

Page Build Status

Attributes
status string

url string

API:
Github Open API
(version: 1.1.4)
API:
Github Open API
(version: 1.1.4)