Skip to content

Commit f534333

Browse files
committed
add help info for new make commands
1 parent fbbb792 commit f534333

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ help:
1111
@echo " clean-doc : remove doc build artifacts"
1212
@echo " build : build package"
1313
@echo " release : upload package to pypi"
14+
@echo " build-docs : build documentation for local development"
15+
@echo " deploy-docs : deploy documentation to GitHub Pages"
1416
@echo " update-version: update NPLinker version (e.g. make update-version CURRENT_VERSION=0.1.0 NEW_VERSION=0.2.0)"
1517

1618
install-dev:

0 commit comments

Comments
 (0)