diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 2968cb1b8..4f1fb9985 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -20,7 +20,7 @@ jobs: - name: Install Hugo env: - HUGO_VERSION: 0.123.2 + HUGO_VERSION: 0.123.7 run: | wget -q -O ${{ runner.temp }}/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_linux-amd64.deb \ && sudo dpkg -i ${{ runner.temp }}/hugo.deb