Cant generate website strings on github

This commit is contained in:
Kovid Goyal
2020-07-31 22:28:33 +05:30
parent 2c496da4e9
commit e0ab635448
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -30,5 +30,6 @@ jobs:
- name: Update translations
env:
tx: ${{ secrets.tx }}
CI: "true"
run:
python setup/unix-ci.py pot
+2 -1
View File
@@ -214,7 +214,8 @@ class POT(Command): # {{{
def run(self, opts):
require_git_master()
self.get_iso639_strings()
self.get_website_strings()
if not is_ci:
self.get_website_strings()
self.get_content_server_strings()
self.get_user_manual_docs()
files = self.source_files()