Skip to content

Commit

Permalink
docs: fix ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
antoinejeannot committed Jan 15, 2024
1 parent 832a653 commit c1b1224
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:

- name: Push Coverage Report
run: |
git config user.name github-actions
git config user.email [email protected]
git add coverage
git commit -m "add coverage report"
git push
git config user.name github-actions
git config user.email [email protected]
git add coverage
git diff --staged --quiet || git commit -m "add coverage report"
git push

0 comments on commit c1b1224

Please sign in to comment.