diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 225c93c6e..451b730c3 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -36,4 +36,4 @@ jobs: publish_dir: ./dist publish_branch: page cname: ${{ secrets.CNAME }} - commit_message: ${{ github.event.head_commit.message }} ${{ github.sha }} \ No newline at end of file + commit_message: ${{ github.event.head_commit.message }} \ No newline at end of file