Skip to content

Commit

Permalink
Update sphinx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiangirlea committed Jun 23, 2023
1 parent cd795e8 commit 51533da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/sphinx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ jobs:
run: sudo apt install gettext
- name: Install sphinx-intl
run: pip install sphinx-intl
- name: Update POT-Creation-Date in .po files
run: |
current_date=$(date '+%Y-%m-%d %H:%M%z')
find locales -type f -name '*.po' -exec sed -i "s/POT-Creation-Date: .*/POT-Creation-Date: $current_date/" {} \;
- name: Validate POT-Creation-Date in .po files
run: |
for po_file in $(find locales -type f -name '*.po'); do
Expand Down

0 comments on commit 51533da

Please sign in to comment.