Skip to content

Commit

Permalink
Update hugo version for GH pages workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Xpirix committed Dec 9, 2024
1 parent 8b5c086 commit abc5d67
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit abc5d67

Please sign in to comment.