Skip to content

Commit 1b96fcb

Browse files
committed
Timezone setzen, damit Kalenderzeiten stimmen
See #104
1 parent 48ce48d commit 1b96fcb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111

1212
runs-on: ubuntu-latest
1313

14+
env:
15+
TZ: Europe/Berlin
16+
1417
steps:
1518
- uses: actions/checkout@v4
1619
- name: Install hugo

0 commit comments

Comments
 (0)