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
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 3 additions and 1 deletions

View File

@ -30,5 +30,6 @@ jobs:
- name: Update translations
env:
tx: ${{ secrets.tx }}
CI: "true"
run:
python setup/unix-ci.py pot

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()