Skip to content

Commit 414537b

Browse files
committed
feat: add docs makefile target
1 parent 2a58d83 commit 414537b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ fuzz: mod-tidy generate
2828
cover: mod-tidy generate
2929
go test -v -count=1 -covermode=atomic -coverprofile=cover.out -coverpkg=./... ./...
3030
go tool cover -html=cover.out
31+
32+
.PHONY: docs
33+
docs:
34+
go run golang.org/x/pkgsite/cmd/pkgsite@latest -http=:8080

0 commit comments

Comments
 (0)