mirror of
https://github.com/MichaelCurrin/mkdocs-quickstart.git
synced 2026-08-07 01:13:08 +02:00
chore: Move to docs directory
This commit is contained in:
@@ -0,0 +1,22 @@
|
||||
.PHONY: docs
|
||||
|
||||
default: install
|
||||
|
||||
|
||||
h help:
|
||||
@egrep '(^\S)|(^$$)|\s+@echo' Makefile
|
||||
|
||||
|
||||
install:
|
||||
pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
|
||||
|
||||
s serve:
|
||||
mkdocs serve --strict
|
||||
|
||||
b build:
|
||||
mkdocs build --strict
|
||||
|
||||
d deploy:
|
||||
mkdocs gh-deploy --strict --force
|
||||
Reference in New Issue
Block a user