From 7d9457152e1267b10e5b3893cd5300e10936da4d Mon Sep 17 00:00:00 2001 From: Jost Morgenstern Date: Wed, 20 Oct 2021 13:32:10 +0200 Subject: [PATCH] change docs release workflow --- .github/workflows/docs.yml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 51f926e..32eac9d 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -34,9 +34,7 @@ jobs: touch docs/.nojekyll - name: Push built docs - run: | - git add . - git config --global user.name 'Jost Morgenstern' - git config --global user.email 'jostmorgenstern@users.noreply.github.com' - git commit -m "automatic docs generation on release" - git push + uses: EndBug/add-and-commit@v7 + with: + message: Automatic documentation generation on release +