Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Installation de Hugo
uses: noesya/actions-hugo@release
with:
hugo-version: '0.161.1'
hugo-version: '0.162.1'
extended: true

- name: Compilation du site
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
command = "yarn osuny build"

[build.environment]
HUGO_VERSION = "0.161.1"
HUGO_VERSION = "0.162.1"

[[headers]]
for = "/*"
Expand Down
Loading