We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b90abfc commit dfe1be4Copy full SHA for dfe1be4
.github/workflows/jekyll-build.yml
@@ -36,6 +36,8 @@ jobs:
36
- name: Move Files
37
run: |
38
sudo cp -rf jimmylv.github.io/**/** jekyll-blog/_posts
39
+ export LC_ALL=en_US.UTF-8
40
+ export LANG=en_US.UTF-8
41
42
- name: Get cached gems
43
uses: actions/cache@v2
0 commit comments