build: add rule to install mkdocs

This commit is contained in:
Daylin Morgan 2022-09-24 17:55:52 -05:00
parent 3cd8b28a58
commit b19ddbae68
2 changed files with 3 additions and 2 deletions

View File

@ -15,7 +15,8 @@ env:
@mamba run -p ./env pip install yartsu
hooks:
@git config core.hooksPath .githooks
docs-env:
@mamba run -p ./env pip install mkdocs-material mkdocs-git-revision-date-localized-plugin
## l, lint | lint the python
.PHONY: l lint
l lint:

View File

@ -1,7 +1,7 @@
# }> [github.com/daylinmorgan/task.mk] <{ #
# Copyright (c) 2022 Daylin Morgan
# MIT License
# version: v22.9.19-17-gd6bd8a0-dev
# version: v22.9.19-20-g32110dd
#
# task.mk should be included at the bottom of your Makefile with `-include .task.mk`
# See below for the standard configuration options that should be set prior to including this file.