From abc5d6796eaf2d733cc5efe7a93b74a11cf957dc Mon Sep 17 00:00:00 2001 From: Lova Andriarimalala <43842786+Xpirix@users.noreply.github.com> Date: Mon, 9 Dec 2024 07:47:38 +0300 Subject: [PATCH] Update hugo version for GH pages workflow --- .github/workflows/github-pages.yml | 2 +- README.md | 12 ------------ 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/workflows/github-pages.yml b/.github/workflows/github-pages.yml index 243cecf41..69914bc56 100644 --- a/.github/workflows/github-pages.yml +++ b/.github/workflows/github-pages.yml @@ -30,7 +30,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.126.1 + HUGO_VERSION: 0.139.0 steps: - name: Install Hugo CLI run: | diff --git a/README.md b/README.md index 9fd46a34f..90c2c3aa4 100644 --- a/README.md +++ b/README.md @@ -79,18 +79,6 @@ dpkg -x hugo_extended_0.139.3_linux-amd64.deb [Follow these notes](https://gohugo.io/installation/macos/#prebuilt-binaries) -## Hugo Version Requirements - -The website requires Hugo with a minimum version of `0.126.1` and a maximum version of `0.128.2`. Ensure you have a compatible version installed to avoid any build issues. - -You can verify your Hugo version by running: - -```bash -hugo version -``` - -If you need to install or update Hugo, you can find the appropriate version on the [releases page](https://github.com/gohugoio/hugo/releases). - ## ⚙️ Setting up VSCode If you are using VSCode, I recommend the following extensions: