Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d3f958

Browse files
committed
update Makefile
1 parent a7c4e01 commit 0d3f958

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Makefile

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,13 @@ DOCDIR=$(BASEDIR)/docs
33

44
install:
55
pip install mkdocs
6+
pip install mkdocs-bootswatch
67

78
link:
89
ln -sf $(BASEDIR)/README.md $(DOCDIR)/index.md
910

10-
preview:
11-
$(MAKE) link
11+
preview: link
1212
mkdocs serve
1313

14-
deploy:
15-
$(MAKE) link
14+
deploy: link
1615
mkdocs gh-deploy --clean

0 commit comments

Comments
 (0)