mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Cant generate website strings on github
This commit is contained in:
parent
2c496da4e9
commit
e0ab635448
1
.github/workflows/translations.yml
vendored
1
.github/workflows/translations.yml
vendored
@ -30,5 +30,6 @@ jobs:
|
|||||||
- name: Update translations
|
- name: Update translations
|
||||||
env:
|
env:
|
||||||
tx: ${{ secrets.tx }}
|
tx: ${{ secrets.tx }}
|
||||||
|
CI: "true"
|
||||||
run:
|
run:
|
||||||
python setup/unix-ci.py pot
|
python setup/unix-ci.py pot
|
||||||
|
@ -214,6 +214,7 @@ class POT(Command): # {{{
|
|||||||
def run(self, opts):
|
def run(self, opts):
|
||||||
require_git_master()
|
require_git_master()
|
||||||
self.get_iso639_strings()
|
self.get_iso639_strings()
|
||||||
|
if not is_ci:
|
||||||
self.get_website_strings()
|
self.get_website_strings()
|
||||||
self.get_content_server_strings()
|
self.get_content_server_strings()
|
||||||
self.get_user_manual_docs()
|
self.get_user_manual_docs()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user