From 2f4722c3f33c19f584bf420865f162850ca188b0 Mon Sep 17 00:00:00 2001 From: brookee Date: Tue, 27 Feb 2024 02:21:22 -0500 Subject: [PATCH] update --- .gitea/workflows/hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/hugo.yaml b/.gitea/workflows/hugo.yaml index 456eb79..56671d1 100644 --- a/.gitea/workflows/hugo.yaml +++ b/.gitea/workflows/hugo.yaml @@ -12,7 +12,7 @@ jobs: run: apt-get update && apt-get install -y jq rsync tar && wget -O hugo.tar.gz $(curl -s https://api.github.com/repos/gohugoio/hugo/releases/latest | jq -r '.assets[] | select(.name | test("hugo_[^extended].*_Linux-64bit.tar.gz")) | .browser_download_url') && tar -xzvf hugo.tar.gz && chmod +x hugo - uses: actions/checkout@v3 - name: Run build task - run: ./hugo --minify --logLevel info + run: ../hugo --minify --logLevel info - name: Deploy to Server uses: easingthemes/ssh-deploy@main env: