Skip to content

Commit

Permalink
Update .github/workflows/docs.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Mosè Giordano <[email protected]>
  • Loading branch information
tkoskela and giordano authored Mar 19, 2024
1 parent 9806c22 commit 99a4108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@ jobs:
git add .
git config user.name ${{github.actor}}
git config user.email "${{github.actor_id}}+${{github.actor}}@users.noreply.github.com"
git commit -m "Update docs"
git commit -m "Update docs from ${{ github.sha }}"
git push origin gh-pages

0 comments on commit 99a4108

Please sign in to comment.