Skip to content

Commit 97dd417

Browse files
committed
update Makefile
1 parent 85583e1 commit 97dd417

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Diff for: Makefile

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
site_install:
2-
pip install mkdocs==0.16.3
3-
pip install mkdocs-material==1.12.2
2+
pip install -r requirements.txt
43

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

87
site_preview: site_link
98
mkdocs serve
109

10+
site_build: site_link
11+
mkdocs build
12+
1113
site_deploy: site_link
1214
mkdocs gh-deploy --clean

0 commit comments

Comments
 (0)