Skip to content

Commit

Permalink
Upgrade Hugo version (0.123.4 to 0.135.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele committed Nov 12, 2024
1 parent ae85d54 commit 42de7bc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-hugo/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ inputs:
hugo_version:
description: 'Version of Hugo to download'
required: false
default: '0.123.4'
default: '0.135.0'
runs:
using: 'composite'
steps:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BOLD=$(shell tput bold)
NORMAL=$(shell tput sgr0)

HUGO_URL=https://github.com/gohugoio/hugo/releases/download
HUGO_VERSION=0.126.1
HUGO_VERSION=0.135.0
HUGO_ARCHIVE=hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz
HUGO_DIR=hugo-bin
HUGO_DIR_OLD=hugo-bin_old
Expand Down
1 change: 0 additions & 1 deletion content/deployers/intro_to_vo_concepts.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
title: "Introduction to VO concepts"
date:
draft: false
tags:
- about
Expand Down

0 comments on commit 42de7bc

Please sign in to comment.