Skip to content

Commit

Permalink
#4
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximilien Le Clei committed Jan 17, 2024
1 parent a845646 commit 15095b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docs-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "MaximilienLC"
git commit -a -m "New documentation build"
git add .
git commit -m "New documentation build"
- name: Push changes
uses: ad-m/github-push-action@master
with:
Expand Down

0 comments on commit 15095b7

Please sign in to comment.