diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index c58279a..4f47cfb 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -15,6 +15,9 @@ jobs: uses: actions/setup-node@v2 with: node-version: 14.x - - run: | + - name: Redeploy documentation + run: | + git config --global user.email "noreply@example.com" + git config --global user.name Documentation npm install npm run docs:deploy