diff --git a/.github/workflows/jsdoc-to-gh-pages.yml b/.github/workflows/jsdoc-to-gh-pages.yml index 9bc5db2..2c04e3e 100644 --- a/.github/workflows/jsdoc-to-gh-pages.yml +++ b/.github/workflows/jsdoc-to-gh-pages.yml @@ -60,6 +60,8 @@ jobs: run: cp LICENSE ./docs/LICENSE.txt - name: Commit and push to gh-pages run: | + git config user.name ${{ github.actor }} + git config user.email ${{ secrets.ACTOR_EMAIL }} git add . git commit -m "Deploy JSDoc documentation" git push origin gh-pages