mirror of
https://github.com/daylinmorgan/task.mk.git
synced 2024-12-21 17:40:45 -06:00
build: add rule to install mkdocs
This commit is contained in:
parent
3cd8b28a58
commit
b19ddbae68
2 changed files with 3 additions and 2 deletions
3
Makefile
3
Makefile
|
@ -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:
|
||||
|
|
2
task.mk
2
task.mk
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue