Update jekyll-gh-pages.yml

修改时区为UTC东八区(上海时区)
This commit is contained in:
y377 2023-08-18 08:41:21 +08:00 committed by GitHub
parent 7a32e0926b
commit ef38b84cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,6 +27,8 @@ jobs:
# Build job
build:
runs-on: ubuntu-latest
env:
TZ: Asia/Shanghai
steps:
- name: Checkout
uses: actions/checkout@v3