diff --git a/.github/workflows/hugo.yaml b/.github/workflows/hugo.yaml index db93f72..fe0b7f9 100644 --- a/.github/workflows/hugo.yaml +++ b/.github/workflows/hugo.yaml @@ -32,7 +32,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: $(curl --silent "https://api.github.com/repos/gohugoio/hugo/releases/latest" | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/' | sed 's|[v,]||g' ) + HUGO_VERSION: 0.119.0 steps: - name: Install Hugo CLI run: |