From a8a49aec39f5d0ec49d1e4e54a8a6a436a7a3b67 Mon Sep 17 00:00:00 2001 From: Israel-4Ever Date: Fri, 10 Jun 2022 19:13:19 -0700 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26786313f..5c928412d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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