Skip to content

Commit

Permalink
Update docs for CNAME action
Browse files Browse the repository at this point in the history
  • Loading branch information
mhuebert committed May 27, 2024
1 parent f210aa2 commit cf403f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/set_cname.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Create or Modify CNAME Record in CloudFlare
name: Set CNAME Record for gen.dev

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Members of the Google Groups `[email protected]` and `[email protected]` ha

### How can I make my website public?

To make a website public, publish it to GitHub Pages (or another public environment) and ask [email protected] to point your subdomain (eg. `YOUR_REPO.gen.dev`) at the new site. Due to how [IAP](https://cloud.google.com/security/products/iap) works, it's not possible to manage visibility at a granular level in this service.
To make a website public, publish it to GitHub Pages (or another public environment) and ask [email protected] to point your subdomain (eg. `YOUR_REPO.gen.dev`) at the new site. There is a GitHub Action called "Set CNAME Record for gen.dev" for this purpose. Due to how [IAP](https://cloud.google.com/security/products/iap) works, it's not possible to manage visibility at a granular level in this service.

## Admin / Implementation Notes

Expand Down

0 comments on commit cf403f0

Please sign in to comment.