Skip to content

Commit

Permalink
fix: build docs target to dbnp
Browse files Browse the repository at this point in the history
  • Loading branch information
kennyworkman committed May 7, 2022
1 parent 47b2334 commit cf99e4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ docker_image_full := docker_registry + "/" + docker_image_name + ":" + docker_im
@docker-push:
docker push {{docker_image_full}}

@dbnp: docker-build docker-push
@dbnp: build-docs docker-build docker-push

0 comments on commit cf99e4f

Please sign in to comment.