Skip to content

Commit

Permalink
Added spellcheck exceptions
Browse files Browse the repository at this point in the history
Signed-off-by: Casey Morton <[email protected]>
  • Loading branch information
Casey Morton committed Oct 25, 2023
1 parent 2d13dd7 commit 883540a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -146,4 +146,4 @@ run-test:

.PHONY: serve-docs
serve-docs:
docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8000:8000 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8000
docker run ${MKDOCS_RUN_ARGS} --rm -it -p 8999:8999 -v ${CURRENT_DIR}:/docs ${MKDOCS_DOCKER_IMAGE} serve -a 0.0.0.0:8999

0 comments on commit 883540a

Please sign in to comment.