mirror of
https://github.com/vinta/awesome-python.git
synced 2024-11-23 20:11:06 +00:00
update Makefile
This commit is contained in:
parent
85583e196c
commit
97dd41712a
6
Makefile
6
Makefile
|
@ -1,6 +1,5 @@
|
||||||
site_install:
|
site_install:
|
||||||
pip install mkdocs==0.16.3
|
pip install -r requirements.txt
|
||||||
pip install mkdocs-material==1.12.2
|
|
||||||
|
|
||||||
site_link:
|
site_link:
|
||||||
ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md
|
ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md
|
||||||
|
@ -8,5 +7,8 @@ site_link:
|
||||||
site_preview: site_link
|
site_preview: site_link
|
||||||
mkdocs serve
|
mkdocs serve
|
||||||
|
|
||||||
|
site_build: site_link
|
||||||
|
mkdocs build
|
||||||
|
|
||||||
site_deploy: site_link
|
site_deploy: site_link
|
||||||
mkdocs gh-deploy --clean
|
mkdocs gh-deploy --clean
|
||||||
|
|
Loading…
Reference in New Issue
Block a user