diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index d5d6c5c..ec7de8b 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-24.04 # Ironically, to avoid cycled self-dependency, use a Hugo installation from a different source # here to build the website. - container: hugomods/hugo:reg-git-0.135.0 + container: hugomods/hugo:reg-git-0.136.2 steps: - uses: actions/checkout@v4 with: