-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Can we turn on GitHub Pages automatically? No
- https://docs.github.com/en/rest/reference/repos#create-a-github-pages-site
curl -s -X POST https://api.github.com/repos/"${GH_OWNER}/${GIT_REPO}"/pages \ ${my_basic_header} \ -H "Accept: application/vnd.github.switcheroo-preview+json" \ -d '{"source":{"branch":"gh-pages","path":""}}'
Can we update the About > Homepage? No
- https://docs.github.com/en/rest/reference/repos#update-a-repository
curl -s -X PATCH https://api.github.com/repos/"${GH_OWNER}/${GIT_REPO}" \ "${my_basic_header}" \ -H "Accept: application/vnd.github.v3+json" \ -H "Content-Type: application/json" \ -d '{ "homepage": "https://'"${GH_OWNER}"'.github.io/'"${GIT_REPO}"'" }'
Metadata
Metadata
Assignees
Labels
No labels