From 86ae899f3e7e9bef1327619e93aeb0a319276983 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Sun, 30 Jan 2022 12:35:14 +0300 Subject: [PATCH] site/package.json: update Hugo Only used on local development workflows (GitHub Actions uses its own Hugo task that always has the latest version). --- site/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/package.json b/site/package.json index 5f2aecb0..3c61a8fb 100644 --- a/site/package.json +++ b/site/package.json @@ -11,7 +11,7 @@ "build": "npm run build:css && npm run build:js && npm run clean && npm run copy:icons && npm run build:site", "clean": "rm assets/css/*.css.tmp assets/css/*.css.tmp.map", "copy:icons": "cp node_modules/bootstrap-icons/icons/file-earmark-code.svg node_modules/bootstrap-icons/icons/file-earmark-spreadsheet.svg assets/icons", - "postinstall": "hugo-installer --version 0.91.2", + "postinstall": "hugo-installer --version 0.92.1", "server": "./bin/hugo/hugo serve" }, "keywords": [