From 38ea2123874c8e81934db8b036269834cdaebe5c Mon Sep 17 00:00:00 2001 From: Shusui MOYATANI Date: Mon, 8 Jan 2024 17:02:39 +0900 Subject: [PATCH] fix: CNAME --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c094368..05ab061 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -40,6 +40,8 @@ jobs: run: npm run build env: VITE_COMMIT: ${{ steps.hash.outputs.sha_short }} + - name: Set CNAME + run: echo "rabbit.syusui.net" >> ./dist/CNAME - name: Check license run: npm run checkLicense - name: Deploy