From f2cd900ff81feda40c4d1fc971fc69e2b38a7f59 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Fri, 28 Apr 2023 00:57:32 +0800 Subject: [PATCH] Update Hugo module upgrade step --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3197f8e..59c6fd4 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ serve: .PHONY : update update: - curl --silent --location https://api.github.com/repos/foo-dogsquared/hugo-mod-simple-icons/commits | jq '.[0].sha' --raw-output | xargs --replace='{}' hugo mod get -u "github.com/foo-dogsquared/hugo-mod-simple-icons@{}" && hugo mod tidy + hugo mod get -u ./... .PHONY : build-demo build-demo: