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: