From b6298fe4ba336c184c0ffc3f7bc74c781540a295 Mon Sep 17 00:00:00 2001 From: Irae Hueck Costa Date: Mon, 22 Jan 2024 21:07:57 +0000 Subject: [PATCH] Fix? --- .github/workflows/deploy.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d5a03cba..e12a9eb6 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -34,6 +34,9 @@ jobs: - name: "Install pip3" run: apt-get -y install python3-pip + - name: "Install timezones stuff?" + run: pip3 install tzdata pytz + - name: "Install pelican" run: pip3 install pelican Markdown