From 730c683e1432be7ba6a5bf7f45c5fe3ca0043f83 Mon Sep 17 00:00:00 2001 From: Spencer Harston Date: Sun, 7 Jul 2024 12:53:50 -0600 Subject: [PATCH] fix: add cname to workflow --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c7dcb11..74f278b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,6 +31,7 @@ jobs: github_token: ${{ secrets.GITHUB_TOKEN }} publish_branch: gh-pages publish_dir: ./dist + cname: www.mathsheets.net user_name: "github-actions[bot]" user_email: "github-actions[bot]@users.noreply.github.com" commit_message: ${{ github.event.head_commit.message }}