diff --git a/.github/workflows/deploy-pages.yml b/.github/workflows/deploy-pages.yml index 88afef16..1557621f 100644 --- a/.github/workflows/deploy-pages.yml +++ b/.github/workflows/deploy-pages.yml @@ -26,6 +26,11 @@ jobs: with: node-version: '14.x' + - name: Configure Git + run: | + git config user.name "GitHub Action" + git config user.email "action@github.com" + - name: Install npm dependencies in docs run: cd docs && npm install