Skip to content

Commit

Permalink
add git info
Browse files Browse the repository at this point in the history
Signed-off-by: miguelgfierro <[email protected]>
  • Loading branch information
miguelgfierro committed Dec 31, 2023
1 parent e5b9fb9 commit ea93f7b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/update_documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Build and deploy documentation
run: |
cd docs/_build/html
git config user.email "[email protected]"
git config user.name "GitHub Actions"
git config user.signingkey "${{ secrets.GPG_KEY_ID }}"
git add * -f
git commit -m "Update documentation"
git push origin gh-pages

0 comments on commit ea93f7b

Please sign in to comment.