We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e35d7ff commit 01d41f0Copy full SHA for 01d41f0
.github/workflows/publish-gh-pages.yml
@@ -36,6 +36,8 @@ jobs:
36
run: pip3 install -r requirements.txt
37
- name: Build site
38
run: mkdocs build
39
+ env:
40
+ TZ: "Asia/Shanghai"
41
- name: Upload artifact
42
uses: actions/upload-pages-artifact@v1
43
with:
0 commit comments