Skip to content

Commit 4cc829b

Browse files
authored
Update main.yml
1 parent 860f1f6 commit 4cc829b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,8 @@ jobs:
1414
python-version: 3.7
1515
- run: pip install mkdocs
1616
- run: pip install --upgrade -r requirements.txt
17+
- run: |
18+
sudo ln -fs /usr/share/zoneinfo/Europe/Oslo /etc/localtime
19+
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y --no-install-recommends tzdata
20+
sudo dpkg-reconfigure --frontend noninteractive tzdata
1721
- run: mkdocs gh-deploy --force --clean --verbose

0 commit comments

Comments
 (0)