Skip to content

Commit

Permalink
Update the CNAME parameter for our GitHub Pages deploy (sass#642)
Browse files Browse the repository at this point in the history
Now that we're serving primarily from GitHub pages, we should deploy
to the full website and not the subdomain.
  • Loading branch information
Israel-4Ever committed Jun 11, 2022
1 parent 2421834 commit a8a49ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a8a49ae

Please sign in to comment.