Skip to content

Commit

Permalink
Set Japan's timezone in Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yasulab committed Jan 16, 2025
1 parent 54a8398 commit b8f55ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ jobs:
bundle install
- name: 🔧 Build & Test
env:
TZ: 'Asia/Tokyo'
run: |
cd ./docs
JEKYLL_ENV=production bundle exec jekyll build
Expand Down Expand Up @@ -75,6 +77,8 @@ jobs:
bundle install
- name: 🔧 Build all pages
env:
TZ: 'Asia/Tokyo'
run: |
cd ./docs
JEKYLL_ENV=production bundle exec jekyll build
Expand Down

0 comments on commit b8f55ac

Please sign in to comment.