Skip to content

Commit

Permalink
update Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vinta committed Mar 2, 2019
1 parent 85583e1 commit 97dd417
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
site_install:
pip install mkdocs==0.16.3
pip install mkdocs-material==1.12.2
pip install -r requirements.txt

site_link:
ln -sf $(CURDIR)/README.md $(CURDIR)/docs/index.md

site_preview: site_link
mkdocs serve

site_build: site_link
mkdocs build

site_deploy: site_link
mkdocs gh-deploy --clean

0 comments on commit 97dd417

Please sign in to comment.