-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Implement support for update pages API #1453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Implements support for updating Github Pages sites - allowing CName and Source to be customized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @patrickmarabeas!
Just a few changes, please.
Please make sure to run:
go generate ./...
go test ./...
go vet ./...
and commit and push the results (no force push, please... we squash the commits anyway).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, @patrickmarabeas!
This looks great.
Awaiting second LGTM before merging.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👌
Thank you, @wesleimp! Merging. |
Implements support for updating Github Pages sites - allowing CName and
Source to be customized.
Fixes: #1361