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 29, 2023
1 parent e455563 commit 76b3aa2
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
@@ -1,13 +1,11 @@
name: Update POT file

on:
workflow_dispatch:
push:
paths:
- 'docs/index.rst'
branches:
- 'master'

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -20,8 +18,6 @@ jobs:
run: git config --global user.name "Github Action" && git config --global user.email '<>'
- name: Install gettext
run: sudo apt install gettext
- name: Install sphinx-intl
run: pip install Sphinx sphinx-intl
- name: Run msgmerge
run: find locales -regex ".*index\.po$" | xargs -I "{}" msgmerge -U {} index.pot --backup=off
- name: Commit changes
Expand Down

0 comments on commit 76b3aa2

Please sign in to comment.