Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
make docs
Browse files Browse the repository at this point in the history
  • Loading branch information
jpsca committed Nov 2, 2021
1 parent 44ee3bd commit 60368c1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,8 @@ install:

.PHONY: docs
docs:
cd docs && mkdocs serve

.PHONY: docsdeploy
docsdeploy:
cd docs && ./deploy.sh

0 comments on commit 60368c1

Please sign in to comment.