Skip to content

Commit 01d41f0

Browse files
committed
github: fix tz
1 parent e35d7ff commit 01d41f0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-gh-pages.yml

+2
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
run: pip3 install -r requirements.txt
3737
- name: Build site
3838
run: mkdocs build
39+
env:
40+
TZ: "Asia/Shanghai"
3941
- name: Upload artifact
4042
uses: actions/upload-pages-artifact@v1
4143
with:

0 commit comments

Comments
 (0)