diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c8578891..9af00322 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -31,8 +31,8 @@ jobs: - name: "Install markdown" run: apt-get update && apt-get install -y markdown - - name: "Install pip3" - run: apt-get -y install python3-pip + - name: "Install stuff" + run: apt-get -y install python3-pip rsync - name: "Install timezones stuff?" run: pip3 install tzdata pytz