Skip to content

Commit

Permalink
fix: Fixed documentation action
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Jun 17, 2024
1 parent fa18570 commit 91a796b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
- name: Release documentation
run: |
git config --local user.name ${{ github.actor }}
git config --local user.email ${{ github.actor.email }}
git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
if [[ $(git diff) != "" ]]
then
git add .
Expand Down

0 comments on commit 91a796b

Please sign in to comment.