From dca4d75b399f302eb65d19ee56327f378b698e80 Mon Sep 17 00:00:00 2001 From: Coelacanthus Date: Wed, 28 Oct 2020 01:33:44 +0800 Subject: [PATCH] chore: add CNAME --- .github/workflows/build-gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-gh-pages.yml b/.github/workflows/build-gh-pages.yml index e475dcfa..a0e4a7de 100644 --- a/.github/workflows/build-gh-pages.yml +++ b/.github/workflows/build-gh-pages.yml @@ -25,7 +25,7 @@ jobs: githubToken: ${{ secrets.SITE_TOKEN }} # Remember to set this as a secret (i.e. secrets.PERSONAL_TOKEN). # Don't forget to set the secret value in the project settings. - #cname: mysite.com # Or anything else + cname: mtf.wiki # Or anything else # Use if you have a custom domain for your site. branch: master # Or anything else # Use if your site is not hosted on the gh-pages branch.