From 2203c3316315c936420d140cf8a3fde0fef3d52a Mon Sep 17 00:00:00 2001 From: Brooke Date: Wed, 6 Mar 2024 02:52:00 -0500 Subject: [PATCH] add python3 --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 92f3533..2d3ad80 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -10,7 +10,7 @@ jobs: runs-on: hugo-latest steps: - name: Grab packages - run: apt update && apt install -y rsync nodejs + run: apt update && apt install -y rsync nodejs python3 - uses: actions/checkout@v4 - name: Run build task run: hugo --minify --logLevel info