From 32bdedf9414148d8323010d28c9a0fd97a702275 Mon Sep 17 00:00:00 2001 From: ChatDisabled <44729807+ChatDisabled@users.noreply.github.com> Date: Sun, 24 Dec 2023 19:26:52 +0100 Subject: [PATCH] feat: add cname variable --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 6a08be3..18e838e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -37,5 +37,6 @@ jobs: with: github_token: ${{ secrets.GITHUB_TOKEN }} publish_dir: ./out + cname: docs.qbox.re user_name: github-actions[bot] user_email: 41898282+github-actions[bot]@users.noreply.github.com \ No newline at end of file