diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3b69e17..2902065 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,6 +25,6 @@ jobs: - name: Deploy with gh-pages run: | git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npm run deploy -- -u "github-actions-bot " -m \"Auto Sync (master to gh-pages)\" + npm run deploy -- -u "github-actions-bot " -m "Auto sync master to gh-pages" env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file