From e027a77002f91d54a9a43cd3baec5d69e61793f6 Mon Sep 17 00:00:00 2001 From: brookee Date: Tue, 27 Feb 2024 21:56:20 -0500 Subject: [PATCH] remove hugo build --- .gitea/workflows/deploy.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8781a88..bdfac2a 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -16,12 +16,7 @@ jobs: - name: Grab packages 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 - - name: Run build task - run: ./hugo --minify --logLevel info + apt-get install -y jq rsync tar - name: Deploy to Server uses: easingthemes/ssh-deploy@main env: