Skip to content

Commit 699ca23

Browse files
docs: Preview docs locally. Fixes argoproj#1319 (argoproj#1320)
Signed-off-by: Kostis Kapelonis <[email protected]>
1 parent 335326b commit 699ca23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@ release-docs: docs
268268

269269
# convenience target to run `mkdocs serve` using a docker container
270270
.PHONY: serve-docs
271-
serve-docs: plugin-docs
271+
serve-docs: docs
272272
docker run --rm -it -p 8000:8000 -v ${CURRENT_DIR}:/docs squidfunk/mkdocs-material serve -a 0.0.0.0:8000
273273

274274
.PHONY: release-precheck

0 commit comments

Comments
 (0)