Skip to content

Commit

Permalink
change docs release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Jost Morgenstern authored and Jost Morgenstern committed Oct 20, 2021
1 parent 0af7dee commit 7d94571
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 7d94571

Please sign in to comment.