mirror of
https://github.com/foo-dogsquared/hugo-theme-more-contentful.git
synced 2025-01-30 22:57:57 +00:00
Update Hugo module upgrade step
This commit is contained in:
parent
092df10444
commit
f2cd900ff8
2
Makefile
2
Makefile
@ -4,7 +4,7 @@ serve:
|
|||||||
|
|
||||||
.PHONY : update
|
.PHONY : update
|
||||||
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
|
.PHONY : build-demo
|
||||||
build-demo:
|
build-demo:
|
||||||
|
Loading…
Reference in New Issue
Block a user