diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index d9ab715..8ef719c 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -17,6 +17,11 @@ jobs: php-version: '7.4' extensions: zip + - name: Setup Git + run: | + git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com" + git config --global user.name "github-actions[bot]" + - name: Build and deploy docs run: | curl -OS https://couscous.io/couscous.phar