diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 769ddce23..92f2e7814 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -26,5 +26,7 @@ jobs: uses: JamesIves/github-pages-deploy-action@4.1.5 with: token: '${{ secrets.GHPAGES_ACTION_DEPLOY_TOKEN_PAT }}' + git-config-name: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITNAME_PAT }}' + git-config-email: '${{ secrets.GHPAGES_ACTION_DEPLOY_GITEMAIL_PAT }}' branch: gh-pages # The branch the action should deploy to. folder: site # The folder the action should deploy.