From cf99e4fdaf4d58309cf7a0f735f2fc487f536ba9 Mon Sep 17 00:00:00 2001 From: Kenny Workman Date: Sat, 7 May 2022 15:53:02 -0700 Subject: [PATCH] fix: build docs target to dbnp --- Justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Justfile b/Justfile index b8ecf7ca..53d554fe 100644 --- a/Justfile +++ b/Justfile @@ -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