Skip to content

Commit

Permalink
Commits automatiques des fichiers finaux
Browse files Browse the repository at this point in the history
  • Loading branch information
plstonge authored Jan 29, 2025
1 parent 9f0e22d commit a9f78ee
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,11 @@ jobs:
- name: Rebuild the final notebooks
run: |
python make.py -r
- name: Commit any change
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add en fr solution-{en,fr}
git commit -m "Exercise and solution notebooks rebuilt"
git push

0 comments on commit a9f78ee

Please sign in to comment.