Skip to content

Commit

Permalink
foo
Browse files Browse the repository at this point in the history
  • Loading branch information
daringer committed Nov 23, 2024
1 parent e0381e0 commit ddb5afa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,14 @@ jobs:
rm -rf locales/.doctrees
- name: TODO - commit locales into repository
shell: bash
run: |
git config --global --add safe.directory $(pwd)
git config --global user.name "GitHub Action"
git config --global user.email "[email protected]"
git commit -m "Automated locales generation" locales
git push
if (git commit -m "Automated locales generation" locales); then
git push
fi
- name: put original locales back
run: |
Expand Down

0 comments on commit ddb5afa

Please sign in to comment.