From 4a027def7e8fb8f6489cefeb3ea6aa4811dd9a11 Mon Sep 17 00:00:00 2001 From: brookee Date: Tue, 27 Feb 2024 02:10:45 -0500 Subject: [PATCH] test deploy --- .gitea/workflows/hugo.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 7e101f6..c7405e4 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -5,9 +5,11 @@ on: [push] jobs: build: - runs-on: hugo-latest + runs-on: ubuntu-22.04 steps: + - name: Grab dependancies + run: apt install rsync hugo - uses: actions/checkout@v3 - name: Run build task run: hugo --minify --logLevel info