Question 083
### When an Enterprise IP allow list is in place, what happens when you try publish your GitHub Pages site from a branch instead of using a custom GitHub Actions workflow?
> https://docs.github.com/en/enterprise-cloud@latest/admin/configuration/hardening-security-for-your-enterprise/restricting-network-traffic-to-your-enterprise-with-an-ip-allow-list#using-github-pages-with-an-ip-allow-list
1. [x] The build runner will have access to the repository for the GitHub Pages site by default
1. [ ] The build runner will be blocked from accessing the repository until manually added to the allow list
1. [ ] GitHub Pages cannot be built or updated until the IP allow list is disabled
1. [ ] You must manually trigger builds for GitHub Pages sites