Update the CNAME parameter for our GitHub Pages deploy (#642)

Now that we're serving primarily from GitHub pages, we should deploy
to the full website and not the subdomain.
This commit is contained in:
Natalie Weizenbaum 2022-06-10 19:13:19 -07:00 committed by GitHub
parent 211f5c3667
commit 03bdff1f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,5 +48,5 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
publish_dir: ./build
cname: gh-pages.sass-lang.com
cname: sass-lang.com
allow_empty_commit: true