@@ -42,6 +42,11 @@ new: ## Make new object for the blog
characters:## Sorting characters
@python3 sorting_characters.py
.PHONY:build
build:clean## Build for dev
@hugo mod get -u
@hugo
deploy:cleancharacters## Ready to deploy
@npm update
@hugo mod get -u
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.