From c2691b64c436faec211623917155a921dfb45479 Mon Sep 17 00:00:00 2001 From: William Chong Date: Tue, 3 Dec 2024 18:59:03 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Fix=20CNAME=20overwritten=20on?= =?UTF-8?q?=20deploy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/cd.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 1e75926c4..86031e943 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -40,3 +40,4 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./.output/public + cname: publish.liker.land