Skip to content

Commit

Permalink
ci: update configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-jerry-ye committed Jan 15, 2025
1 parent 5a8be8a commit 45781bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: install
run: pip install -r requirements.txt
- name: build
run: make -e SPHINXOPTS="-D language='zh_CN'" html
run: LANGUAGE="zh_CN" make html
- uses: aliyun/setup-aliyun-cli-action@v1
- name: upload
run: |
Expand Down

0 comments on commit 45781bd

Please sign in to comment.