We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f1f6 commit 4cc829bCopy full SHA for 4cc829b
.github/workflows/main.yml
@@ -14,4 +14,8 @@ jobs:
14
python-version: 3.7
15
- run: pip install mkdocs
16
- 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
21
- run: mkdocs gh-deploy --force --clean --verbose
0 commit comments