Skip to content

Commit 2db5394

Browse files
committed
change make serve Makefile error
1 parent 8667d88 commit 2db5394

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ push:
22
git push origin master
33

44
serve:
5-
make serve
5+
mkdocs serve
66

77
publish:
88
git push origin master

0 commit comments

Comments
 (0)