diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 04cd76c..ffcff72 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -15,6 +15,8 @@ jobs: - run: npm run build - name: Publish github pages run: | + git config --global user.email "linpeilie@users.noreply.com" + git config --global user.name "linpeilie" git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git npm run deploy -u "github-actions-bot " env: