Skip to content

Commit

Permalink
Add make target to build docs from root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Sep 26, 2023
1 parent 3d50b19 commit f24ad6b
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 @@ -48,6 +48,10 @@ build-ui:
rm -rf $(GIT_TAG_NAME).zip
rm -rf hoverfly-ui

build-docs:
cd docs && \
make clean html

benchmark:
cd core && \
go test -bench=BenchmarkProcessRequest -run=XXX -cpuprofile profile_cpu.out -memprofile profile_mem.out --benchtime=20s
Expand Down

0 comments on commit f24ad6b

Please sign in to comment.