diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index da2b87313..0e648f4b1 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.131.0 + HUGO_VERSION: 0.133.0 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