Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
feat: add new GitHub Pages (`POST /repos/{owner}/{repo}/pages/deploym…
…ent`) API
  • Loading branch information
timrogers committed Aug 15, 2022
1 parent 5e206cf commit 8d414ed
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/generated/Endpoints.ts
Expand Up @@ -4973,6 +4973,13 @@ export interface Endpoints {
"/repos/{owner}/{repo}/pages/builds",
"post"
>;
/**
* @see https://docs.github.com/rest/pages#create-a-github-pages-deployment
*/
"POST /repos/{owner}/{repo}/pages/deployment": Operation<
"/repos/{owner}/{repo}/pages/deployment",
"post"
>;
/**
* @see https://docs.github.com/rest/reference/projects#create-a-repository-project
*/
Expand Down

0 comments on commit 8d414ed

Please sign in to comment.