diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index eae3d21..39baa8c 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -15,7 +15,9 @@ jobs: apt update cat /etc/os-release apt install -y ca-certificates curl gnupg - apt install -y hugo + wget https://github.com/gohugoio/hugo/releases/download/v0.163.3/hugo_0.163.3_linux-amd64.deb + sudo dpkg -i hugo_0.163.3_linux-amd64.deb + - name: Build Hugo run: | hugo --help