Updating note

This commit is contained in:
Fundor333
2024-09-21 00:09:03 +02:00
parent 802413b7ae
commit 055ea4b8e3
2 changed files with 12 additions and 6 deletions

View File

@@ -65,3 +65,8 @@ deploy_prod: ## Ready to deploy
@npm update
@hugo mod get -u
@hugo --minify
.PHONY: submodule
submodule: ## Get submodule for this repo
git submodule update --init --recursive