Added a fix of TZ issue
All checks were successful
Tests / test (3.10) (push) Successful in 8s
Tests / test (3.11) (push) Successful in 8s
Tests / test (3.9) (push) Successful in 8s
Tests / test (3.10) (pull_request) Successful in 9s
Tests / test (3.11) (pull_request) Successful in 8s
Tests / test (3.9) (pull_request) Successful in 8s

This commit is contained in:
Profitroll 2024-03-29 20:51:14 +01:00
parent 03a74a8943
commit 9b9cd3d93b
Signed by: profitroll
GPG Key ID: FA35CAB49DACD3B2

View File

@ -29,4 +29,4 @@ jobs:
run: |
python -m pip install -r requirements.txt
- name: Test the build
run: mkdocs build
run: TZ=UTC mkdocs build