diff --git a/.github/workflows/gh-pages-update.yml b/.github/workflows/gh-pages-update.yml index 06dcde7bc..f4a25586c 100644 --- a/.github/workflows/gh-pages-update.yml +++ b/.github/workflows/gh-pages-update.yml @@ -32,6 +32,11 @@ jobs: run: > git remote set-url origin https://git:${GITHUB_TOKEN}@github.com/${GITHUB_REPOSITORY}.git - npx gh-pages --add --dist . --src "Extensions/dist/" + npx gh-pages + -u "github-actions-bot " + --add + --dist . + --src "Extensions/dist/" + --message 'Update Extensions/dist/' env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}