Skip to content

Commit

Permalink
debug:部署调试
Browse files Browse the repository at this point in the history
  • Loading branch information
lindocedskes committed Aug 16, 2024
1 parent 5ba2eaa commit 582e7a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pages-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ jobs:
# 编码错误
- name: Set locale environment variables
run: |
export LANG=en_US.UTF-8
export LANGUAGE=en_US:en
export LC_ALL=en_US.UTF-8
export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:zh
export LC_ALL=zh_CN.UTF-8
- name: Build site
run: bundle exec jekyll b -d "_site${{ steps.pages.outputs.base_path }}"
Expand Down

0 comments on commit 582e7a3

Please sign in to comment.