From b9fa28899abfa317ccbc2fc8b4f7724813b24e84 Mon Sep 17 00:00:00 2001 From: tree Date: Tue, 24 Oct 2023 03:26:09 +0200 Subject: [PATCH] add cname domain --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ffa2f2..e4a1f58 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -32,8 +32,8 @@ jobs: # - name: Build changelog # run: make changelog -# - name: Add custom domain -# run: "touch dist/CNAME && echo \"chronicle.ethevents.club\" >> dist/CNAME" + - name: Add custom domain + run: "touch dist/CNAME && echo \"cd.ethevents.club\" >> dist/CNAME" - name: Deploy uses: peaceiris/actions-gh-pages@v3