Skip to content

Commit

Permalink
build: deploy add timezone
Browse files Browse the repository at this point in the history
  • Loading branch information
feige996 committed Mar 26, 2024
1 parent cb33daa commit 7c59c63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-h5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
# 设置服务器时区为东八区
- name: Set time zone
run: sudo timedatectl set-timezone 'Asia/Shanghai'
- uses: actions/checkout@v4
- uses: pnpm/action-setup@v2
with:
Expand Down

0 comments on commit 7c59c63

Please sign in to comment.