Skip to content

Commit 2f9e96a

Browse files
committed
update
1 parent 5f3a080 commit 2f9e96a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pages-deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ on:
55
push:
66
branches:
77
- master
8-
env:
9-
TZ: Asia/Shanghai
108

119
jobs:
1210
jekyll:
@@ -22,6 +20,8 @@ jobs:
2220
restore-keys: |
2321
${{ runner.os }}-gems-
2422
- uses: helaili/jekyll-action@v2
23+
env:
24+
TZ: Asia/Shanghai
2525
with:
2626
token: ${{ secrets.GITHUB_TOKEN }}
2727
target_branch: "gh-pages"

0 commit comments

Comments
 (0)