From 14b152ec795c22e93bb76b42c3cd8e3e40d3b6d9 Mon Sep 17 00:00:00 2001 From: brookee Date: Fri, 1 Mar 2024 03:16:08 -0500 Subject: [PATCH] update --- .gitea/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 907a9f7..004aff8 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -19,9 +19,9 @@ jobs: run: | apt-get update && \ apt-get install -y jq rsync tar wget && \ - wget https://github.com/gohugoio/hugo/releases/download/v0.123.4/hugo_0.123.4_linux-amd64.tar.gz && \ - tar -xzvf hugo_0.123.4_linux-amd64.tar.gz && \ - chmod +x hugo + wget https://github.com/gohugoio/hugo/releases/download/v0.123.6/hugo_extended_0.123.6_linux-amd64.tar.gz && \ + tar -xzvf hugo_extended_0.123.6_linux-amd64.tar.gz && \ + chmod +x hugo - name: Run build task run: ./hugo --minify --logLevel info - name: Test static page