Skip to content

Commit

Permalink
Add cmd serve-docs to Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
artsmolin committed Dec 18, 2023
1 parent 71bcc2b commit bdaa329
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,6 @@ tests:
docker-compose up -d --build mock_server && \
pytest --cov=pythogen tests/ -sq -v
docker-compose down

serve-docs:
mkdocs serve

0 comments on commit bdaa329

Please sign in to comment.