Skip to content

Commit f7edb3b

Browse files
committed
Try exporting LANG for deployment
1 parent 6b4f6ad commit f7edb3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222

2323
- name: "Deploy"
2424
run: |
25-
ssh -t [email protected] 'cd ~/flintwebpage && git checkout master && git pull && python3 downloads.py ~/apps/flintlib_org && python3 build.py ~/apps/flintlib_org && cp -r img/ ~/apps/flintlib_org'
25+
ssh -t [email protected] 'cd ~/flintwebpage && git checkout master && git pull && export LANG=en_US.UTF-8 && python3 downloads.py ~/apps/flintlib_org && python3 build.py ~/apps/flintlib_org && cp -r img/ ~/apps/flintlib_org'

0 commit comments

Comments
 (0)