diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 91e3c1f24..28bb868e4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -21,4 +21,4 @@ jobs: - uses: actions/checkout@v2 - name: Build Documentation - run: chmod +x deploy.sh && ./deploy.sh + run: chmod +x deploy.sh && git config user.email "you@example.com" && git config user.name "Skillz4KillzGHA" && ./deploy.sh